notadamking / RLTrader

A cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
https://discord.gg/ZZ7BGWh
GNU General Public License v3.0
1.73k stars 539 forks source link

Edits to dev-with-docker have no effect #131

Open dsteinbach opened 5 years ago

dsteinbach commented 5 years ago

Sorry for the most-likely stupid question but...

I've cloned the repo, ran dev-with-docker and noticed an error saying /proc/meminfo is not installed (im on a mac). So I tried hardcoding my cpu and memory values and deleted the references to /proc/meminfo but re-running the script keeps referencing /proc/meminfo.

What's going on?