资源算法pytorch.rl.learning

pytorch.rl.learning

2019-10-12 | |  187 |   0 |   0

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.

  • Deep Q-Network

    cd dl/dqn
    python exec.py [--env Pong ...] # `python exec.py -h` for help
    ---
    tensorboard log_dir runs

Dependencies

  • gym

    • gym requires a lot depends on your environment thus read the official document before using pip.

  • PyTorch

  • matplotlib

  • tensorboard-pytorch

    • pip install tensorboardX

References

  • UCL Course on RL by David Silver, DeepMind.

    • I mainly learned RL in this lecture.

    • Lecture videos are available on YouTube

  • Richard S. Sutton and Andrew G. Barto Reinforcement Learning: An Introduction. 2017.

  • Introduction to reinforcement learning and OpenAI Gym by Justin Francis

    • Good introduction to OpenAI Gym

  • 牧野貴樹ほか.これからの強化学習.2016.

    • 基礎から応用まで扱っています


上一篇:welcome_tutorials

下一篇:tensorly-notebooks

用户评价
全部评价

热门资源

  • allennlp-server

    allennlp-server Serve allennlp services as sep...

  • ubuntu-allennlp

    ubuntu-allennlp AllenAI AllenNLP image based o...

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-dureader

    An Apache 2.0 NLP research library, built on Py...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...