We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for releasing the code!
I'd like to run MBPO on Walker2D. It seems that it threw an error about the argument model_pool_size (https://github.com/JannerM/mbpo/blob/master/examples/config/walker2d/0.py#L25), which seems to be deprecated (https://github.com/JannerM/mbpo/blob/master/mbpo/algorithms/mbpo.py#L107).
model_pool_size
The text was updated successfully, but these errors were encountered:
Good catch! This has been fixed in commit 56b5079.
Sorry, something went wrong.
Thanks!
No branches or pull requests
Hi,
Thanks for releasing the code!
I'd like to run MBPO on Walker2D. It seems that it threw an error about the argument
model_pool_size
(https://github.com/JannerM/mbpo/blob/master/examples/config/walker2d/0.py#L25), which seems to be deprecated (https://github.com/JannerM/mbpo/blob/master/mbpo/algorithms/mbpo.py#L107).The text was updated successfully, but these errors were encountered: