https://github.com/peri044/rl_research
Reinforcement Learning Algorithms and Research
https://github.com/peri044/rl_research
Last synced: over 1 year ago
JSON representation
Reinforcement Learning Algorithms and Research
- Host: GitHub
- URL: https://github.com/peri044/rl_research
- Owner: peri044
- Created: 2018-12-07T18:24:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T12:42:52.000Z (over 7 years ago)
- Last Synced: 2025-02-08T06:42:23.128Z (over 1 year ago)
- Language: Python
- Size: 4.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reinforcement Learning
This repo is all about Reinforcement Learning algorithms and some of the stuff that I learn in the Deep RL nanodegree.
## Project 1: Navigation (p1_navigation folder)
This project is about collecting as many yellow bananas as possible. A reward of +1 is awarded for a yellow banana and -1 for a blue banana.