Closed
Conversation
9 tasks
Collaborator
|
For DeepMind Control Suite, here are the hyperparam I understand from the paper, and that could be default: AcrobotSwingup-v1: &dmcs-defaults
policy: 'MlpPolicy'
n_timesteps: !!float 1e8
batch_size: 64
policy_kwargs: "dict(net_arch=dict(pi=[300, 200], qf=[400, 300]))"
learning_rate: !!float 1e-4
gamma: 0.99
noise_type: 'ornstein-uhlenbeck'
noise_std: 0.3 |
Member
Author
|
mmh 1e8 sounds a bit too much for me (i would prefer to stick to 1e6), and i would try mujoco default first. |
Collaborator
|
I agree, most tasks can be solved with much less interaction. |
Collaborator
Fujimoto et al. (2018) is actually the |
Member
Author
|
Side note: mypy now hangs with python 3.7 for some reasons... (doesn't happen with other versions) and I cannot reproduce locally... |
Member
Author
|
@qgallouedec same as openai/gym#3176, no?
|
13 tasks
13 tasks
Member
Author
|
Closing in favor of #355 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
closes #241
Types of changes
Checklist:
make format(required)make check-codestyleandmake lint(required)make pytestandmake typeboth pass. (required)Note: we are using a maximum length of 127 characters per line