Lee Hankyol

Results 9 comments of Lee Hankyol

Right... shouldn't it be just v_i?

FileNotFoundError: [Errno 2] No such file or directory: './info/ppo_1579793.4444944328_LS_0_0.info' You should create ./info/ directory .

below callback function is called after the training, so it's the result from the train run. ``` python def episode_finished(r): reward = "%.6f" % (r.episode_rewards[-1]) print("Finished episode {ep} after {ts}...

sorry for the late response, try installing talib from https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib

If installing the "python wrapper for talib" on windows is a problem, try replacing talib functions (talib.MA , talib.RSI ...etc) written purely in numpy or pandas.

remove anaconda-client==1.6.0 in the requirement and retry! the latest version of anaconda-client should also work...

* penalize the fitness function if the selected parameter does not make sense e.g) variable1+variable2>1 -> return some large negative fitness value * or override below methods. new function will...

same issue, train/validation loss goes down yet, slot error rate is 100% . the model is fine ~ but something is wrong with get_slot_error function. ![image](https://user-images.githubusercontent.com/8775704/53149417-f4faa180-35f0-11e9-8fca-2770441b77b6.png)