File size: 598 Bytes
26ec3a4
ecad805
 
26ec3a4
 
 
 
 
 
 
 
ecad805
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: 🕹️AI Atari 2600 RL Agent
emoji: 🕹️
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: false
license: mit
---
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
Config ref: https://huggingface.co/docs/hub/spaces-config-reference