Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vcadillog authored Nov 6, 2019
1 parent 088c71e commit 615610e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# PPO-Mario-Bros-Tensorflow-2
A modular implementation for Proximal Policy Optimization in Tensorflow 2 using Eagerly Execution for the Super Mario Bros enviroment.

![alt text](https://github.com/vcadillog/PPO-Mario-Bros-Tensorflow-2/blob/master/images/SI_3DSVC_SuperMarioBros_image1600w.jpg)
## Requeirements:
- Tensorflow 2
- OpenCV
Expand All @@ -12,7 +13,7 @@ Clone the repository,

For training, run:
```
python -c 'from Main import train; test(True)'
python -c 'from Main import train; train(True)'
```
The argument of test enable the load of the trained model.

Expand Down

0 comments on commit 615610e

Please sign in to comment.