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

actor-critic based #65

Closed
Tord-Zhang opened this issue Aug 14, 2017 · 2 comments
Closed

actor-critic based #65

Tord-Zhang opened this issue Aug 14, 2017 · 2 comments

Comments

@Tord-Zhang
Copy link

I look through the code and find that it seems the A3C algorithm has not been implemented?Will you release the A3C code based on Torch?

@Kaixhin
Copy link
Owner

Kaixhin commented Aug 14, 2017

The A3C agent is implemented here. If you use the run.sh script you will see one preconfigured option for running A3C with Catch and another for running A3C with Atari games.

@Kaixhin Kaixhin closed this as completed Aug 14, 2017
@Tord-Zhang
Copy link
Author

thank your so much for your response.I just read the code,and found that only policy work(critic) is trained and updated,while the value work is untrained.Maybe I got some misunderstandings about A3C?Shouldn't actor be trained?

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

No branches or pull requests

2 participants