Giter Site home page Giter Site logo

rl-python-pytorch's Introduction

RL-Python-Pytorch


《强化学习-原理与Python实现》原书使用NumpyKerasTensorflow实现强化学习方法,见rl-book

这里使用Pytorch将原书中深度强化学习方法实现一遍。

  • 1 - 初识强化学习
  • 2 - Markov决策过程
  • 3 - 有模型数值迭代
  • 4 - 回合更新价值迭代
  • 5 - 时序差分价值迭代
  • 6 - 函数近似方法
  • 7 - 回合更新策略梯度方法
  • 8 - 执行者/评论者方法
  • 9 - 连续动作空间的确定性策略
  • 10 - 综合案例:电动游戏
  • 11 - 综合案例:棋盘游戏
  • 12 - 综合案例:自动驾驶



环境配置

Package Version Installation
python 3.8.6 conda create --name rl python=3.8.6
numpy 1.19.4 pip install numpy==1.19.4
scipy 1.5.4 pip install scipy==1.5.4
pandas 1.1.4 pip install pandas==1.1.4
sympy 1.7 pip install sympy==1.7
gym 0.17.3 pip install gym==0.17.3
tqdm 4.54.0 pip install tqdm==4.54.0
matplotlib 3.3.3 pip install matplotlib==3.3.3
notebook 6.1.5 pip install notebook==6.1.5
pytorch 1.7.0 cpu:conda install pytorch==1.7.0 cpuonly -c pytorch
gpu:conda install pytorch==1.7.0 cudatoolkit=10.2 -c pytorch

rl-python-pytorch's People

Contributors

quqixun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.