PacktPublishing / Hands-On-Intelligent-Agents-with-OpenAI-Gym

Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
https://www.packtpub.com/big-data-and-business-intelligence/hands-intelligent-agents-openai-gym
MIT License
366 stars 149 forks source link

Updates to setup #10

Closed layssi closed 5 years ago

layssi commented 5 years ago

I had setup issues and fixed them as follows:

I ran the following after installing Conda on ubuntu: source $HOME/anaconda/bin/activate conda update conda -y

I also modified conda_env.yaml to remove all errors added cython as a dependency changed version or atari-py - atari-py==0.1.6

layssi commented 5 years ago

I also added opencv-python because it is used in chapter 7