Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: unlicense
|
3 |
pipeline_tag: reinforcement-learning
|
|
|
4 |
---
|
5 |
# A2C lunar lander
|
6 |
An example of using A2C policy for RL, does surprisingly well for the little time it was trained for.
|
|
|
1 |
---
|
2 |
license: unlicense
|
3 |
pipeline_tag: reinforcement-learning
|
4 |
+
library_name: stable-baselines3
|
5 |
---
|
6 |
# A2C lunar lander
|
7 |
An example of using A2C policy for RL, does surprisingly well for the little time it was trained for.
|