Skip to content

Commit

Permalink
starting with readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tychovdo committed Jun 15, 2016
1 parent c73e50b commit cb6fba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 384 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deep Reinforcement Learning in Pac-man

To train a network on 10000 games and play 100 games on a medium-sized map, run:
```
python3 pacman.py -p AlphaAgent -n 10100 -x 10000 -l mediumClassic
python3 pacman.py -p PacmanDQN -n 10100 -x 10000 -l mediumClassic
```

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion pacman.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import random
import os

import alphaAgents
import pacmanDQN_Agents
import ghostAgents

###################################################
Expand Down
Loading

0 comments on commit cb6fba3

Please sign in to comment.