Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a setup.py so one can install rllab #53

Closed
paulhendricks opened this issue Oct 28, 2016 · 4 comments
Closed

Creating a setup.py so one can install rllab #53

paulhendricks opened this issue Oct 28, 2016 · 4 comments

Comments

@paulhendricks
Copy link
Contributor

Is there an initiative to create a setup.py file? I've drafted an example file here: https://gist.github.com/paulhendricks/f5da8cfdd91be93dbf4b03648d947ac3

This would be useful for running experiments and examples without needing all the rllab package files present. If this is useful, I can take a stab at implementing this and submit a pull request.

@dementrock
Copy link
Member

That sounds very useful! Feel free to submit a pull request.

@weiliu620
Copy link

Would be great to have such feature. I guess I don't need to install conda in order to use rllab, if I have this setup.py?

@paulhendricks
Copy link
Contributor Author

Nope, just run:

python setup.py install

@dementrock: I've implemented a very basic one, no more than a couple lines. We can add more to it if need be.

@dementrock
Copy link
Member

Saw the pull request. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants