Metadata-Version: 2.4
Name: rlkit-lite
Version: 0.1.0
Summary: A lightweight reinforcement learning toolkit
Project-URL: Homepage, https://github.com/Djttt/rlkit
Requires-Python: <3.13,>=3.10
License-File: LICENSE
Requires-Dist: numpy>=1.26
Requires-Dist: torch>=2.2
Requires-Dist: gymnasium[atari,box2d,classic-control,other]>=0.29
Requires-Dist: ale-py>=0.10.0
Requires-Dist: tqdm
Requires-Dist: pyyaml
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: pillow>=10.0
Requires-Dist: swig>=4.4.1
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: black; extra == "dev"
Dynamic: license-file
