.gitignore
LICENSE
README.md
setup.py
docs/migration.md
example/dpo_quickstart.py
example/grpo_config.yaml
example/grpo_quickstart.py
img/Designer.png
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_cli.py
tests/unit/test_config.py
tests/unit/test_data_loaders.py
tests/unit/test_data_schemas.py
tests/unit/test_rewards.py
textrl/__init__.py
textrl/cli.py
textrl/config.py
textrl.egg-info/PKG-INFO
textrl.egg-info/SOURCES.txt
textrl.egg-info/dependency_links.txt
textrl.egg-info/entry_points.txt
textrl.egg-info/not-zip-safe
textrl.egg-info/requires.txt
textrl.egg-info/top_level.txt
textrl/data/__init__.py
textrl/data/loaders.py
textrl/data/schemas.py
textrl/models/__init__.py
textrl/models/loader.py
textrl/rewards/__init__.py
textrl/rewards/base.py
textrl/rewards/builtin.py
textrl/rewards/classifier.py
textrl/rollout/__init__.py
textrl/rollout/hf.py
textrl/rollout/vllm.py
textrl/trainers/__init__.py
textrl/trainers/online.py
textrl/trainers/preference.py
textrl/trainers/reward_model.py
textrl/utils/__init__.py
textrl/utils/logging.py
textrl/utils/merge.py