Skip to content
Snippets Groups Projects
Commit b7f45be8 authored by Gallouedec Quentin's avatar Gallouedec Quentin
Browse files

Install piglet with gym

parent f0cd812a
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,12 @@ Gym is a framework for developing and evaluating reinforcement learning environm
pip install gym==0.21
```
Install also pyglet for the rendering.
```sh
pip install pyglet==1.5.27
```
### Usage
Here is an example of how to use Gym to solve the `CartPole-v1` environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment