CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tests/__init__.py
tests/test_core.py
tests/test_modeling_value_head.py
tests/test_ppo_trainer.py
tests/testing_constants.py
trl/__init__.py
trl/core.py
trl.egg-info/PKG-INFO
trl.egg-info/SOURCES.txt
trl.egg-info/dependency_links.txt
trl.egg-info/not-zip-safe
trl.egg-info/requires.txt
trl.egg-info/top_level.txt
trl/models/__init__.py
trl/models/modeling_base.py
trl/models/modeling_value_head.py
trl/trainer/__init__.py
trl/trainer/base.py
trl/trainer/ppo_config.py
trl/trainer/ppo_trainer.py
trl/trainer/utils.py