https://github.com/junming-yang/mbpo-pytorch
Model-based Policy Optimization re-implement by pytorch
https://github.com/junming-yang/mbpo-pytorch
Last synced: 8 months ago
JSON representation
Model-based Policy Optimization re-implement by pytorch
- Host: GitHub
- URL: https://github.com/junming-yang/mbpo-pytorch
- Owner: junming-yang
- Created: 2022-07-03T12:24:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T12:31:46.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T13:39:05.323Z (about 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Model Based Reinforcement Learning Re-implementations by pytorch
## Source and Reference: [Unstable Baselines](https://github.com/x35f/unstable_Baselines)
## Stable Algorithms (Runnable and has equivalent performance to that of the original implementations)
* [When to Trust Your Model: Model-Based Policy Optimization](https://proceedings.neurips.cc/paper/9416-when-to-trust-your-model-model-based-policy-optimization.pdf) (MBPO)
## Run
```python
python main.py
```
default environment Hopper-v3