-
Notifications
You must be signed in to change notification settings - Fork 63
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
Incorporate distributed RL framework, Ape-X and Ape-X DQN #246
Conversation
* Accept current change (master) for PongNoFrameskip-v4 dqn config * Make env_info more explicit in run_pong script (accept incoming change) * Make learner return cpu state_dict (accept incoming change)
Implement Logger and test wandb functionality Add worker and logger render in argparse Implement load_param() method in logger and worker
…__init__ for all ApeX actors Implement test() in distributed architectures (load from checkpoint and run logger test())
* Move collect_data from worker class to ApeX Wrapper * Change hyperparameters around * Add worker-verbose as argparse flag
This pull request introduces 1 alert when merging 4342b78 into 815a1ca - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging d36212a into 815a1ca - view on LGTM.com new alerts:
|
* Add separate integration test for ApeX * Add integration test flag to pong
This pull request introduces 1 alert when merging 1ab5e35 into 815a1ca - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging b954f4d into 815a1ca - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging a7be46b into 815a1ca - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 15bce10 into 815a1ca - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging ec150b5 into 815a1ca - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed new changes.
#247 is solved. |
#245