An open API service indexing awesome lists of open source software.

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

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