Skip to content

Commit 9990949

Browse files
authored
Update README.md
1 parent 6de58d2 commit 9990949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
![RL](utilities/RL_image.jpeg) ![PyTorch](utilities/PyTorch-logo-2.jpg)
99

10-
This repository contains PyTorch implementations of deep reinforcement learning algorithms and environments.
10+
This repository contains PyTorch implementations of deep reinforcement learning algorithms and environments. (To help you remember things you learn about RL in general checkout [Save All](https://www.saveall.ai/) )
1111

1212
## **Algorithms Implemented**
1313

@@ -120,4 +120,4 @@ For other games change the last line to one of the other files in the Results fo
120120
Most Open AI gym environments should work. All you would need to do is change the config.environment field (look at `Results/Cart_Pole.py` for an example of this).
121121

122122
You can also play with your own custom game if you create a separate class that inherits from gym.Env. See `Environments/Four_Rooms_Environment.py`
123-
for an example of a custom environment and then see the script `Results/Four_Rooms.py` to see how to have agents play the environment.
123+
for an example of a custom environment and then see the script `Results/Four_Rooms.py` to see how to have agents play the environment.

0 commit comments

Comments
 (0)