CS6955: Advanced Artificial Intelligence, University of Utah, Spring 2026.
....
├── algorithm # algorithm implementations
│ └── config # configuration files for algorithms
├── docs # reports
├── environment # environment setup
├── model # model implementations (mlp, cnn, etc.)
├── script # scripts for running tasks
└── util # utility and helper functions| # | Abbr | Algorithm |
|---|---|---|
| 1 | bc | Behavioral Cloning |
| 2 | bco | Behavioral Cloning from Observation |
| 3 | q | Q-Learning |
| 4 | dqn | Deep Q-Network |
| 5 | vpg | Vanilla Policy Gradient |
| 6 | ppo | PPO |
# Run algorithms on Gym environments
python run.py
# Manually play Gym environments
python play.py