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

Cannot render 'human' mode: no TradingChart plt is called #133

Open forhonourlx opened 4 years ago

forhonourlx commented 4 years ago

Hi,

I am trying optimize.py: trader.train(test_trained_model=True, render_test_env=True, render_report=True, save_report=True) But no TradingChart or plt is seen. Does anybody know the reason? Thanks for your help.

answerMA commented 4 years ago

if you run codes in the colab, it won;t show anything,

but if you run it based on your own local env, the chart will pop up