hungtrab commited on
Commit
a76aaae
·
verified ·
1 Parent(s): 4d943fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,7 +6,9 @@ tags:
6
  - reinforcement-learning
7
  - ML-Agents-SnowballTarget
8
  ---
9
-
 
 
10
  # **ppo** Agent playing **SnowballTarget**
11
  This is a trained model of a **ppo** agent playing **SnowballTarget**
12
  using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
 
6
  - reinforcement-learning
7
  - ML-Agents-SnowballTarget
8
  ---
9
+ # *Dependencies*
10
+ You should use python 3.10.* (I used 3.10.12) to be able to train properly
11
+
12
  # **ppo** Agent playing **SnowballTarget**
13
  This is a trained model of a **ppo** agent playing **SnowballTarget**
14
  using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).