Update README.md
This commit is contained in:
parent
07704cf9b9
commit
ba429c8827
@ -1,6 +1,10 @@
|
|||||||
# gym-random-walk
|
# gym-random-walk
|
||||||
|
|
||||||
A minimal example of a custom environment for https://github.com/openai/gym, based on an example in the recordings of David Silver's lectures on Reinforcement Learning at UCL.
|
A minimal example of a custom environment for https://github.com/openai/gym.
|
||||||
|
|
||||||
|
What the environment provides is not that important; this is meant to show how what you need to do to create your own environments for openai/gym.
|
||||||
|
|
||||||
|
For concreteness I used an example in the recordings of David Silver's lectures on Reinforcement Learning at UCL.
|
||||||
|
|
||||||
(0) - A - B - C - D - E - (+1)
|
(0) - A - B - C - D - E - (+1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user