ledmands commited on
Commit
68fdd2c
1 Parent(s): 9b74a86

Updated the README

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,4 +1,8 @@
1
- ---
2
- license: mit
3
- ---
4
- This is an agent that is trained using Stable Baselines3 as part of the capstone project for South Hills School in Spring 2024.
 
 
 
 
 
1
+ ---
2
+ 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.