8000 GitHub - jessegeerts/NeuroRLTutorial: A colab-style tutorial on neuro-reinforcement learning
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jessegeerts/NeuroRLTutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuro RL Open In Colab

University of Amsterdam Neuro-AI Summer School, 2024

made by: Tom George (UCL) and Jesse Geerts (Imperial)

In this tutorial we'll study and build reinforcement learning models inspired by the brain. By the end you'll understand, and be able to construct, a series of simple but surprisingly powerful models of how agents learn to navigate spatial environments and find rewards.

Note: the colab renders better in Safari and Firefox than Chrome.

Figure 1: An agent has learn to navigate around a wall towards a hidden reward using place cell state features and a simple Q-value learning algorithm.

Topics covered:

  1. Rescorla-Wagner Model (~60 mins)
  2. Temporal Difference Learning (~60 mins)
  3. Q-Values and Policy Improvement (~60 mins)
  4. State features and function approximation (~60 mins)

Solutions

Solutions to the maths exercises can be found in a seperate solutions.ipynb notebook which may or may not be provided to you by the TAs.

About

A colab-style tutorial on neuro-reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 71.6%
  • Python 28.4%
0