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.71k stars 537 forks source link

Update README.md #150

Open soundmartell opened 2 years ago

soundmartell commented 2 years ago

//It was confusing having all the code in one line and it is easy to copy /paste

Windows 10 installation, no CUDA installation needed

conda create --name rltrader python=3.6.8 pip git
conda activate rltrader
conda install tensorflow-gpu
git clone https://github.com/notadamking/RLTrader
pip install -r RLTrader/requirements.txt