tambetm / simple_dqn

Simple deep Q-learning agent.
MIT License
692 stars 184 forks source link

Neon installation #57

Closed jboilard1994 closed 5 years ago

jboilard1994 commented 5 years ago

Neon needs to be installed in a Python virtual environment Please specify installation steps to include this

tambetm commented 5 years ago

Unfortunately this repo is outdated and there are much better codebases out there. I would suggest to take a look at this to learn the basics or this for full-blown DQN implementation for Atari.

silkyrose commented 4 years ago

Hi Tambetm, I only have CPU no GPU, so can't move to keon. Could you guide the below error? from core import colorful ModuleNotFoundError: No module named 'core'

silkyrose commented 4 years ago

Neon needs to be installed in a Python virtual environment Please specify installation steps to include this

Hi jboilard I have installed neon 0.1.2, but still received many package include errors. Do you know how to reslove the below problem:

C:\ProgramData\Anaconda3\python.exe E:/DPL/EdgeCloudResourcePool/DQN/deepqnetwork.py Traceback (most recent call last): File "E:/DPL/EdgeCloudResourcePool/DQN/deepqnetwork.py", line 1, in from neon.util.argparser import NeonArgparser ModuleNotFoundError: No module named 'neon.util'