ikostrikov / pytorch-a3c

PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
MIT License
1.23k stars 280 forks source link

License of this repository? #18

Closed kimhc6028 closed 7 years ago

kimhc6028 commented 7 years ago

Thank you for this great repository. I am implementing Curiosity-driven Exploration by Self-supervised Prediction with pytorch, and this needs A3C. I wish I could start it with your code, but I couldn't find any license of this repository. May I use codes in this repo for my implementation?

ikostrikov commented 7 years ago

Hi, I'm not good at licenses. Which one is a good one?

AjayTalati commented 7 years ago

The smallest one - http://www.wtfpl.net

Here it is - http://www.wtfpl.net/txt/copying/

ikostrikov commented 7 years ago

I think I'm going to add MIT license. Any objections?

kimhc6028 commented 7 years ago

No objections. Many thanks!! :)

ikostrikov commented 7 years ago

The new license is in the repo.