issues
search
abhisheknaik96
/
differential-value-iteration
Experiments in creating the ultimate average-reward planning algorithm
Apache License 2.0
0
stars
2
forks
source link
Restructure locations of files to support Python packaging
#1
Closed
btanner
closed
3 years ago
btanner
commented
3 years ago
This PR
moves the existing Python code into 2 packages, "algorithms" and "environments", both within a new "src" folder
Add a main.py script that imports those packages and runs a simple example
Added setup.py to describe the package
This PR