Open wert93 opened 6 years ago
I'm not really sure what the advantage of using pip is, but if your goal is just to get the source code, this should work:
git clone https://github.com/dennybritz/reinforcement-learning.git
Thanks for your answer. I have already done it! But the problem is, I do not know how should I proceed in order to try out the exercises in the repository: do I have to make use of the downloaded files or is there another way to import them in python?
Thank you.
@wert93, Check out Table of Contents. It is already sorted in the order you should proceed.
@wert93 If you install Jupyter Notebook, you should be able to open the files with it
My question is, to play around with something like this https://github.com/dennybritz/reinforcement-learning/blob/master/DP/Policy%20Evaluation.ipynb should I just copy-paste the code into Python? Because in this case, I receive a missing module error.
However, as you suggest, I should open the files with Jupyter and run them from it, right?
For some reasons I cannot install the repo from
pip install git+https://github.com/dennybritz/reinforcement-learning.git
This is the error I get:
I am a noob to Python, therefore I might very well be missing something important. Thanks.