Skip to content

Commit 034fcfb

Browse files
Update readme.md
1 parent 007188f commit 034fcfb

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

PPO with Sonic the Hedgehog/readme.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
## How to use A2C? 📖
1+
# WORK IN PROGRESS: the agent is not trained yet ⚠️⚠️⚠️⚠️
2+
## How to use PPO? 📖
23
## If you want to understand the code
3-
Read the [notebook](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/A2C%20with%20Sonic%20the%20Hedgehog/How%20works%20Sonic%20A2C.ipynb)
4-
5-
⚠️ First you need to follow Step 1 (Download Sonic the Hedgehog)
6-
### Watch our agent playing 👀
7-
- **Modify the environment**: change `env.make_train_3`with the env you want in `env= DummyVecEnv([env.make_train_3]))` in play.py
8-
- **See the agent playing**: run `python play.py`
9-
10-
### Continue to train 🏃‍♂️
11-
⚠️ There is a big risk **of overfitting**
12-
- Run `python agent.py`
4+
Read the [notebook](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/PPO%20with%20Sonic%20the%20Hedgehog/How%20works%20Sonic%20PPO.ipynb)

0 commit comments

Comments
 (0)