tf_deep_rl_trader
tf_deep_rl_trader copied to clipboard
Trading Environment(OpenAI Gym) + PPO(TensorForce)
2019-08-02 02:18:35.623360: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Could not dlopen library 'libcudart.so.10.0'; dlerror: libcudart.so.10.0: cannot open s hared object file: No such file or directory 2019-08-02 02:18:35.623434: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Could not dlopen library...
Hi, thank you again for your work. I have tried to put the number of trades inside the episode_finished function, but i cant find a good solution to do it....
I went deeper in the code but their is something i cant understand. In the file TFTraderEnv.py I found this line inside the OhlcvEnv() class: self.shape = (self.window_size, self.n_features+4) I...
first I want to thank you for your great share. It very rare to find trading reinforcement learning system with ppo. I have an error when I run this code....
Traceback (most recent call last): File "ppo_trader.py", line 134, in main() File "ppo_trader.py", line 131, in main test_runner.run(num_episodes=1, deterministic=True, testing=True, episode_finished=print_simple_log) File "/home/kedarnath/anaconda3/envs/DeepRLTrader/lib/python3.6/site-packages/tensorforce/execution/runner.py", line 104, in run state, terminal, step_reward...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Bumps [mistune](https://github.com/lepture/mistune) from 0.7.3 to 0.8.1. Changelog Sourced from mistune's changelog. Changelog Here is the full history of mistune. Version 0.8.1 Released on Nov. 07, 2017 Security fix CVE-2017-16876, thanks...
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 4.2.0 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @anntzer in jupyter/nbconvert#1723 Adopt...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.10.0 to 2.9.3. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...