Skip to content

Commit

Permalink
Include Python 3 in README (#145)
Browse files Browse the repository at this point in the history
keras-rl works fine with python 3.5, the readme should reflect this.
  • Loading branch information
LukeWood authored and matthiasplappert committed Nov 10, 2017
1 parent 8961e3a commit 67edfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Training times can be very long depending on the complexity of the environment.
You can load the weights using the `load_weights` method on the respective agents.

## Requirements
- Python 2.7
- Python 2.7 or Python 3.5
- [Keras](http://keras.io) >= 1.0.7

That's it. However, if you want to run the examples, you'll also need the following dependencies:
Expand Down

0 comments on commit 67edfb4

Please sign in to comment.