Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qqiang00 authored Aug 17, 2017
1 parent b624d27 commit 2310db1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reinforce/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Learn Reinforcement Learning with classic GridWorld and PuckWorld Environment compatitable with Gym library.
I wrote several basic classes describing the events occured during an agent's interaction with an environment. Also, for RL beginners to better understand how the classic RL algorithms work in discrete observation spaces, I wrote two classic environments: GridWorld and PuckWorld.
# Learn reinforcement learning with classic GridWorld and PuckWorld Environment compatitable with Gym library.
I wrote several basic classes describing the events occured during an agent's interaction with an environment. Also, for RL beginners to better understand how the classic RL algorithms work in discrete observation spaces, I wrote two classic environments:GridWorld and PuckWorld. You can copy these two environments into your gym library and just make a little bit of modification to your gym library to use these two environments just like you use the environments in Gym library.

Here is the organization of the whole package:

Expand Down Expand Up @@ -43,7 +43,10 @@ several seperate .py is provided to understand an algorithm without the classes

Hope you enjoy these classes and expect you to make contribution for this package.

##
Author: Qiang Ye.

Date: August 16, 2017

License: MIT

0 comments on commit 2310db1

Please sign in to comment.