allenai / RL4LMs

A modular RL library to fine-tune language models to human preferences
https://rl4lms.apps.allenai.org/
Apache License 2.0
2.13k stars 191 forks source link

Pip install fix #40

Open kolbytn opened 1 year ago

kolbytn commented 1 year ago

Previously, pip install (non-editable) failed to load certain packages such as algorithms. Adding init.py files fixes this.