-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Installing dependencies #1
Comments
One question: We'll use Python 2.7 or 3 in this course? I couldn't find that anywhere. |
@LecJackS, I've commented your question in the gitter chat. |
Thanks @arogozhnikov , I'll copy it here:
|
… what need to be done and also removed hardcoded names in NN
The Linux "native docker" instructions in Practical_RL/tree/master/docker, in addition to needing better formatting (I think right now there is no carriage return between the two docker commands), needed the -it and -v parameters moved in front of the image name, otherwise my Ubuntu docker was giving me errors. |
Scores, minor edits, standartization
I'm reasonably certain that this issue can be now closed. Let's open more specific issues as needed. |
* fix errors * Provide more info inside the comments (#1)
Are there any solutions to the notebooks? thanks |
@nikikotecha we don't publish the solutions to discourage the students who take this course in-person from cheating. Also, please open separate issues for similar questions instead of posting them here. |
Any issues concerning installation can just as well be sent here.
We assume that you have basic data science toolkit (sklearn, numpy/scipy/pandas). Basically whatever comes with default anaconda distribution.
The majority of course assignments assignments use OpenAI gym
If you don't/can't install that (e.g. you use windows and installation is tricky), there's a docker container contributed to the course.
Deep learning
You will also need one of the following three stacks:
PyTorch:
TensorFlow:
pip install tensorflow
pip install keras
Theano:
The frameworks can be easily installed on Mac OS and Linux. Windows installation is, a bit tougher, so if you don't feel like it, try using docker (e.g. kitematic gui or console on windows).
Install docker
Clone docker repo: https://hub.docker.com/r/justheuristic/practical_rl
(or just
docker pull justheuristic/practical_rl
if you have docker shell)If you want to build it yourself, use these instructions.
If you run into any trouble, feel free to post here, even if it's like "i don't know what the hell all these letters mean!!!".
The text was updated successfully, but these errors were encountered: