Skip to content

Commit 0fd38b8

Browse files
committed
add readme
1 parent 9b88cff commit 0fd38b8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

P4/README.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Raphael Gontijo Lopes
2+
903062081
3+
4+
CS 4641 - Machine Learning
5+
6+
A description of the MDPs used can be found in the analysis pdf
7+
This project used CMU's Reinforcement Learning Simulator.
8+
The original source can be found here:
9+
http://www.cs.cmu.edu/~awm/rlsim/
10+
The fork I used (which has helpful image-saving features) can be found here:
11+
https://github.com/theJenix/rl_sim_fork
12+
13+
The compiled RLSim jar is included in my submission, along with the source.
14+
15+
To run RLSim, do:
16+
`java -cp rl.jar MainUI`
17+
18+
The problem mazes used were:
19+
20+
Small map:
21+
4_multipleGoals2.maze
22+
23+
Large Map:
24+
7_medium_complex_multigoal.maze
25+

0 commit comments

Comments
 (0)