Skip to content

gandroz/rl-taxi

Repository files navigation

Reinforcement Learning

Some exploration scripts and notebooks into RL world with OpenAI/gym and Keras or Pytorch. Keras-RL is also explored along with my proper DQN implementation.

The toy example environment chosen is the Taxi-v3 for its simplicity and the possibility to work directly with a finite length Q-table.

Getting started

This project requires Python 3.7 and pipenv. One simple way to set this up, is to use the provided devcontainers spec that can be opened with VSCode or another tool that is supporting it. Then run

pipenv install

to install the required python dependencies and

pipenv shell

to activate the virtual environment.

Then start a training with

python debug.py

Useful references

About

Reinforcement learning for taxi cab v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published