colasa commited on
Commit
14a0726
1 Parent(s): 121f68f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
 
 
 
 
 
 
2
  license: mit
 
 
3
  ---
 
 
 
 
 
1
  ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - CartPole-v1
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - stable-baselines3
8
  license: mit
9
+ language:
10
+ - en
11
  ---
12
+
13
+ # **A2C** Agent playing **CartPole-v1**
14
+ This is a trained model of a **A2C** agent playing **CartPole-v1**
15
+ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).