Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter10 A2C differences #65

Open
domixit opened this issue Nov 28, 2019 · 0 comments
Open

Chapter10 A2C differences #65

domixit opened this issue Nov 28, 2019 · 0 comments

Comments

@domixit
Copy link

domixit commented Nov 28, 2019

Hi Max and all ,

in Chapter10 code we can find 3 different A2C implementation:

  1. 02_pong_a2c.py that is using ptan.agent.PolicyAgent /ptan.experience.ExperienceSourceFirstLast

than we have

  1. 03_pong_a2c_rollouts.py that is using ptan.agent.ActorCriticAgent / ptan.experience.ExperienceSourceRollouts

and

  1. 04_pong_r2.py not using any ptan agent and not using any ptan.experience class

what are the MAIN differences among the 3 implementation of the A2C ?
I dont think that the 3 algo are mentioned in the book, I'd like to better understand differencies
(hard only reading the code)

Should are we supposed to get same results level to resolve pong ?

Looking forward to see new revision of the book

Thanks in advance for explanation

Rgds

Dom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant