mingkaid / rl-prompt

Accompanying repo for the RLPrompt paper
MIT License
286 stars 52 forks source link

Add __init__.py to make rlprompt importable #44

Open AMJasser opened 1 month ago

AMJasser commented 1 month ago

Without an init.py in the package's folder, the package will not be importable. This way, you can do pip install . and import the package from anywhere.