-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Feature Request] ACME Integration #60
Comments
Use Acme JAX agents intead of the TF agents References: Example scripts, you can just replace it with a dqn agent. https://github.com/deepmind/acme/blob/master/examples/atari/run_impala.py https://github.com/deepmind/acme/blob/master/examples/atari/run_r2d2.py |
I tried but seems like JAX DQN network is not usable. Current version is based on TensorFlow. Maybe we can discuss this offline? |
Sure! |
Let's use R2D2 example first, since Tianyi has significant difficutlites and spent little time to understand the acme codebase. |
Steps:
|
How is the progress? You have only 1 day left for the task. |
I was eager to know your solution of using JAX DQN to write the example when we discuss offline and there are several things I forgot to mention during the offline discussion:
I have finished the example using JAX R2D2 agents. Please review the code and let me know if there are any modifications needed. |
https://github.com/deepmind/acme
Road Map:
@TianyiSun316
@LeoGuo98
Resources:
tianshou: #51
stable-baselines3: #39
cleanrl: #48 #53
cc @zhongwen
The text was updated successfully, but these errors were encountered: