awacke1 commited on
Commit
ecad805
1 Parent(s): 20a6ca9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: AI Atari Live Streamlit
3
- emoji: 🔥
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: streamlit
@@ -9,5 +9,5 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: 🕹️AI Atari 2600 RL Agent
3
+ emoji: 🕹️
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: streamlit
 
9
  pinned: false
10
  license: mit
11
  ---
12
+ This demonstration shows a Pytorch trained PPO Agent that can play Atari 2600 games and shows Reinforcement Learning. An AI Agent is a program that can make predictions, take actions in the environment and performs observation to change weights. Full list of all Atari 2600 ROMs is here: https://github.com/DLR-RM/rl-baselines3-zoo/blob/master/benchmark.md
13
+ Config ref: https://huggingface.co/docs/hub/spaces-config-reference