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

Installing dependencies #1

Closed
justheuristic opened this issue Jan 23, 2017 · 7 comments
Closed

Installing dependencies #1

justheuristic opened this issue Jan 23, 2017 · 7 comments

Comments

@justheuristic
Copy link
Contributor

justheuristic commented Jan 23, 2017

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:

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!!!".

@LecJackS
Copy link

One question: We'll use Python 2.7 or 3 in this course? I couldn't find that anywhere.

@arogozhnikov
Copy link
Contributor

@LecJackS, I've commented your question in the gitter chat.

@LecJackS
Copy link

Thanks @arogozhnikov , I'll copy it here:

@LecJackS notebooks are written in the way to work in both, so whichever you prefer.
If you have no preference, then please use 2.7

pshvechikov referenced this issue in pshvechikov/Practical_RL Apr 2, 2017
… what need to be done and also removed hardcoded names in NN
@reppolice
Copy link

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.

justheuristic pushed a commit that referenced this issue Apr 3, 2017
Scores, minor edits, standartization
justheuristic pushed a commit that referenced this issue Apr 19, 2018
@justheuristic justheuristic added this to new materials in spring 2019 Feb 1, 2019
@justheuristic justheuristic removed this from new materials in spring 2019 Feb 1, 2019
@dniku
Copy link
Collaborator

dniku commented Apr 29, 2020

I'm reasonably certain that this issue can be now closed. Let's open more specific issues as needed.

@dniku dniku closed this as completed Apr 29, 2020
dniku pushed a commit that referenced this issue Mar 13, 2022
* fix errors

* Provide more info inside the comments (#1)
@nikikotecha
Copy link

Are there any solutions to the notebooks? thanks

@dniku
Copy link
Collaborator

dniku commented Oct 19, 2022

@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.

@yandexdataschool yandexdataschool locked as off-topic and limited conversation to collaborators Oct 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants