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

https://github.com/tiennhm/cartpole-crossentropymethod

CartPole-CrossEntropyMethod
https://github.com/tiennhm/cartpole-crossentropymethod

cartpole cem cross-entropy-method gym-environment openai openai-gym python3 reinforcement-learning rl

Last synced: about 2 months ago
JSON representation

CartPole-CrossEntropyMethod

Awesome Lists containing this project

README

          

# CartPole-CrossEntropyMethod

![CartPole](images/cartpole.jpg)

![Reward](images/reward.png)

![Loss](images/loss.png)

## Installation

- OpenAI Gym:

```bash
pip install gym==0.26.2
```

- PyTorch:

```bash
pip install torch torchvision torchaudio
```

- PyGame:

```bash
pip install pygame==2.1.0
```

- Other dependencies:

```bash
pip install moviepy==1.0.3
```