abaheti95 / LoL-RL

Advantage Leftover Lunch Reinforcement Learning (A-LoL RL): Improving Language Models with Advantage-based Offline Policy Gradients
MIT License
24 stars 7 forks source link

Please add a license to this repo #3

Closed mbrukman closed 4 days ago

mbrukman commented 3 weeks ago

First, thank you for sharing this project with us!

Could you please add an explicit LICENSE file to the repo so that it's clear under what terms the content is provided, and under what terms user contributions are licensed?

Per GitHub docs on licensing:

[...] without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license.

Thanks!

abaheti95 commented 4 days ago

Hello @mbrukman, Sorry for the late turnaround. But added MIT license to the repo.

mbrukman commented 4 days ago

Thank you! 👍