Skip to content

This is a repository for a class project in reinforcement learning.

License

Notifications You must be signed in to change notification settings

ekblad/path-finding

Repository files navigation

path-finding

This is a repository for a class project in reinforcement learning.

Contributors:
Zoe Kanavas ([email protected])
Erin Musabandesu ([email protected])
Liam Lynch ([email protected])

Data can be found here:

UC Davis Google Drive Data Access

Run the file RL_testbed_final.py from the same directory as the following:

  1. Sample_A (data folder)
  2. heuristic_info_all_samples.csv

Creates a folder for results (pickled dictionary) and figs based on a trial number. The trial number is also taken as the random seed.

Two algorithms implemented:

  1. Episodic semigradient SARSA (Sutton and Barto, pg. 244) - with linear approximation function
  2. Continuous semigradient SARSA (Sutton and Barto, pg. 251) - with linear approximation function

About

This is a repository for a class project in reinforcement learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages