GitXplorerGitXplorer
n

Reinforcement-Learning

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
afa6bf5b616f9a85442cf16e22e448e87f382fd0

updates!

committed 3 years ago
Unverified
a4742c282d3aa74effb9a13452f8fe1f1537fed2

checkin

committed 3 years ago
Verified
d591b0110d8225cbe6faa638bb78e9ec88673447

Initial commit

nnjbrake committed 3 years ago

README

The README file for this repository.

Unsupervised-Learning

Prerequisites: to run this program, you need python3

First, git clone the repo git@github.com:njbrake/Reinforcement-Learning.git

then, install requirements with python3

python3 -m pip install -r requirements.txt

To generate results for VI/PI, run

python3 main.py --part 1

to generate results for QL, run

python3 main.py --part 2