Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello #241

Open
wants to merge 91 commits into
base: revert-97-patch-1
Choose a base branch
from
Open

Hello #241

wants to merge 91 commits into from

Conversation

simplephi
Copy link

I want try to optimizes and learn the code

dennybritz and others added 30 commits July 8, 2017 12:25
Revert "fix markdown links with spaces"
DQN copy_model_parameters memory leak
env.P[s][a] is not a tuple but rather a list of tuples (as probability in that tuple wouldn't make sense otherwise).
Update description of env.P[s][a]
bind worker within lambda to avoid running worker twice
… 10-19 will clash in scope with worker 1, and so on.
worker name scope should have trailing slash
Fixes for issues and for compatibility with TensorFlow v 1.0+
Markdown doesn't allow spaces in links to files, so I replaced
the spaces with "%20". Now the links correctly display on GitHub.
Function description update for clarity.
Fix links in all the `README.md`s
Lambda to Gamma. Updated Readme.
Updated link to Sutton's book. Changed Lambda to Gamma in FA
shar1pius and others added 30 commits September 21, 2018 04:06
Added CS885 Reinforcement Learning course from University of Waterloo. One of the most comprehensive RL courses.
* Added UC Berkley class resources
* Added OpenAI spinning up resources
cleaning up lib/envs/gridword.py
…on youtube.

Lectures were recorded at UCL in 2018. Lecturer for RL is Hado Vab Hasselt from DeepMind
fixed shape descriptions for neural network input layer
Add link to Advanced Depp Learning & Reinforcement Learning lectures.
Updated links to new version of Sutton and Barto's book
It was crashing on my win10 PC, I found a fix openai/gym#1056 and applied it.
Q-Learning docstring improvements.
Update CliffWalk REINFORCE with Baseline Solution.ipynb
a test pull req (corrected few typos)
Fixed compatibility with current version of OpenAI gym without DiscreteEnv class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet