shivakanthsujit's picture
Init Commit
8cc1b26
|
raw
history blame
No virus
480 Bytes
---
library_name: mbrl-lib
tags:
- mbrl-continuous-cartpole
- deep-reinforcement-learning
- reinforcement-learning
- mbrl-lib
---
# **OneDTransitionRewardModel w/ SACAgent** Agent playing **mbrl-continuous-cartpole**
This is a trained model of a **OneDTransitionRewardModel w/ SACAgent** agent
playing **mbrl-continuous-cartpole**
using [MBRL-Lib](https://github.com/facebookresearch/mbrl-lib).
## Usage (with MBRL-Lib)
TODO: Add your code
```python
from mbrl import ...
...
```