ledmands commited on
Commit
d0a283e
1 Parent(s): 9938803

Updated tags in readme file

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -3,6 +3,9 @@ license: mit
3
  library_name: stable-baselines3
4
  tags:
5
  - dqn
 
 
 
6
  ---
7
  This is an agent that is trained using Stable Baselines3 as part of the capstone project for South Hills School in Spring 2024.
8
  The goal of this project is to gain familiarity with reinforcement learning concepts and tools, and to train an agent to score up into the 400-500 point range in Pacman.
 
3
  library_name: stable-baselines3
4
  tags:
5
  - dqn
6
+ - Reinforcement Learning
7
+ - Atari
8
+ - Pac-Man
9
  ---
10
  This is an agent that is trained using Stable Baselines3 as part of the capstone project for South Hills School in Spring 2024.
11
  The goal of this project is to gain familiarity with reinforcement learning concepts and tools, and to train an agent to score up into the 400-500 point range in Pacman.