RL_trader
RL_trader copied to clipboard
DQN RL Trading bot for bitcoin
import tensorflow as tf import numpy as np import ta import os import pandas as pd from binance.client import Client import datetime as dt from tf_agents.environments import py_environment from tf_agents.specs...
i make few modification en is ok @ import tensorflow as tf from tf_agents.agents.dqn import dqn_agent from tf_agents.environments import wrappers from tf_agents.environments import tf_py_environment from environment import LiveBinanceEnvironment import pandas...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Hello.
I'm studying with your code. But I can't do it no more. When I run trader.py, Traceback (most recent call last): File "C:/Users/shin3/PycharmProjects/test/binance/RL_trader-master/trader.py", line 30, in live_env = LiveBinanceEnvironment("BTC", "USDT",...
When loading the saved model in trader.py , it throws the following error: ValueError: Could not find matching function to call loaded from the SavedModel. Got: Positional arguments (2 total):...