Skip to content
#

q-learning

Here are 599 public repositories matching this topic...

wmeitzen
wmeitzen commented Feb 26, 2020

I'm getting lots of errors when I try to run the code for tutorial 1. Kindly advise.

Screen dump:
(base) administrator@ubuntu:/basic_reinforcement_learning/tutorial1$ python3 egoMouseLook.py
File "egoMouseLook.py", line 162
print len(mouse.ai.q) # print the amount of state/action, reward
^
SyntaxError: invalid syntax
(base) administrator@ubuntu:
/basic_reinforcement_l

Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..

  • Updated Jan 22, 2019
  • Jupyter Notebook

The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) that I have written in my website. Especially, Natural Language Processing, Statistical Machine Learning, and Deep Reinforcement Learning are main topics.

  • Updated Apr 6, 2020
  • Python

Improve this page

Add a description, image, and links to the q-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the q-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.