AIDefender / Tianshou-ReMPER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tianshou (天授) is a reinforcement learning platform based on pure PyTorch. Unlike existing reinforcement learning libraries, which are mainly based on TensorFlow, have many nested classes, unfriendly API, or slow-speed, Tianshou provides a fast-speed modularized framework and pythonic API for building the deep reinforcement learning agent with the least number of lines of code.

I add several modifications to Tianshou to facilitate my research, Regret Minimization Prioritized Experience Replay(ReMPER):

  • Enable recording forward and backward timestep in the replay buffer
  • Enable using ram as input for atari envs(performace not tested)
  • Other minor changes for convenient training and logging

About

License:MIT License


Languages

Language:Python 90.6%Language:Jupyter Notebook 9.4%