rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.84k stars 309 forks source link

Merge mw v2 examples #2287

Closed avnishn closed 2 years ago

avnishn commented 3 years ago

This is a PR in progess ... definitely doesn't pass pre commit, test cov, etc. There are a few files that have been added that shouldn't have been, it would be nice if @krzentner could take a look at the end of the week once I've made some more progress on cleaning up these files.

avnishn commented 3 years ago

The MT1 examples don't work at the moment, but everything else is looking good. @krzentner can you ptal?

qureshinomaan commented 2 years ago

The MT1 examples don't work at the moment

Hey @avnishn! Thanks for your efforts! What do you mean by this statement? Is there a bug in MT1 training examples? (eg : mtppo_metaworld_mt1_push.py)

krzentner commented 1 year ago

Anyone looking to reproduce the Meta-World results with garage should checkout the code in this PR. The following command should do the trick: pip install 'git+https://github.com/rlworkgroup/garage.git@merge-mw-v2-examples'