File size: 833 Bytes
08415fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e4a079
 
 
 
 
4d042d6
7e4a079
0af4886
9792d85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
tags:
- MountainCarContinuous-v0
- a2c
- a2c-learning
- custom-implementation
model-index:
- name: A2C-MountainCarContinuous-v0
  results:
  - task:
      type: reinforcement-learning
      name: reinforcement-learning
    dataset:
      name: MountainCarContinuous-v0
      type: MountainCarContinuous-v0
    metrics:
    - type: mean_reward
      value: 90.98 +/- 3.32
      name: mean_reward
      verified: false
---

# **A2C** Agent playing **MountainCarContinuous-v0**

Custom A2C model with a frameskip that solves the MountainCarContinuous-v0 env. Trainig and usage details are in the 
`2.1 A2C_on_MountainCarContinuous-v0_frameskip.ipynb` jupyter notebook file.

Training progress:
![training progress](screen.jpg)

For some reason agent video demo does not show on the model card, so here's a gif:
![replay](replay.gif)