Home

Awesome

This repository is for learning reinforcement learning using PyTorch.

how to use

Set this root dir as PYTHONPATH.

export PYTHONPATH=$(pwd)

Contents

predl

predl contains some algorithms without Deep Learning. Here, PyTorch is just numpy-alternative.

dl

dl contains some algorithms using DL.

Dependencies

References