igorcheb commited on
Commit
7e4a079
1 Parent(s): 9792d85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -21,5 +21,12 @@ model-index:
21
  ---
22
 
23
  # **A2C** Agent playing **MountainCarContinuous-v0**
 
 
 
 
 
 
 
24
  Gif:
25
  ![replay](replay.gif)
 
21
  ---
22
 
23
  # **A2C** Agent playing **MountainCarContinuous-v0**
24
+
25
+ Custom A2C model with a frameskip that solves the MountainCarContinuous-v0 env. Trainig and usage details are in the
26
+ `2.1 A2C_on_MountainCarContinuous-v0_frameskip.ipynb` jupyter notebook file.
27
+
28
+ Training progress:
29
+ ![training progress](screen.gif)
30
+
31
  Gif:
32
  ![replay](replay.gif)