Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

pufferlib

High-performance reinforcement learning framework optimized for speed and scale.

Setup

cd pufferlib
python3 -m venv .venv && source .venv/bin/activate && pip install numpy pufferlib torch -q

Environment variables

None.

Usage

python3 scripts/train_template.py --help

Dependencies

  • numpy
  • pufferlib
  • torch