igorcheb commited on
Commit
00424e6
·
1 Parent(s): cf6f5c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Training progress:
29
  Numbers on X axis are average over 40 episodes, each lasting for about 500 timesteps on average. So in total the agent was trained over about 5e6 timesteps.
30
  Learning rate decay schedule: <code>torch.optim.lr_scheduler.StepLR(opt, step_size=4000, gamma=0.7)</code>. Training code is shown in the training.py file for reference.
31
 
32
- In case video snippet does not work, here's a gif:
33
  ![replay](replay.gif)
34
 
35
  Minimal code to use the agent:</br>
 
29
  Numbers on X axis are average over 40 episodes, each lasting for about 500 timesteps on average. So in total the agent was trained over about 5e6 timesteps.
30
  Learning rate decay schedule: <code>torch.optim.lr_scheduler.StepLR(opt, step_size=4000, gamma=0.7)</code>. Training code is shown in the training.py file for reference.
31
 
32
+ In case video demo does not work, here's a gif:
33
  ![replay](replay.gif)
34
 
35
  Minimal code to use the agent:</br>