https://github.com/berkeleyautomation/metarl
Meta RL Project
https://github.com/berkeleyautomation/metarl
Last synced: 9 months ago
JSON representation
Meta RL Project
- Host: GitHub
- URL: https://github.com/berkeleyautomation/metarl
- Owner: BerkeleyAutomation
- Created: 2016-10-19T06:59:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T09:24:42.000Z (over 9 years ago)
- Last Synced: 2025-03-26T20:49:27.834Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 22.4 MB
- Stars: 2
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metarl
Meta RL Project
The `rl` folder has policies and experiment setup from RLPy. The `rlgym` folder has all of the rllab stuff. There are a few changes we need to make to rllab in order for this to work, mainly to utilize parallel computation ... will provide a patch somehow later.
Dependencies should be limited to the following on pip:
- `gym`
- `rllab`
- `rlpy`