Saeed Rahman
Saeed Rahman
Hi Parth, Glad you liked it. Code for Dqn, double and duelling Dqn are all in the subfolder Agent
Thanks @2665477495 for doing this and I am happy that you found this useful. A few thoughts on the natural next steps for the project. 1) Open-Ai Gym is obsolete...
Got an unexpected keyword argument 'use_sde' when passing behavioural cloning policy to PPO from SB3
I had issue with saving and loading BC models and the below worked for me ``` from stable_baselines3.common import policies # Saving bc_model = bc.BC( observation_space=venv.observation_space, action_space=venv.action_space, demonstrations=transitions_custom, rng=rng, )...
Got an unexpected keyword argument 'use_sde' when passing behavioural cloning policy to PPO from SB3
I followed the above method mentioned by @yojul to load a BC model in SB3. But when I retrain the model in SB3 and then save it and try to...
stockstats(https://pypi.org/project/stockstats/) was used to calculate the technical indicators. U will have to pip install it. My environment was https://hub.docker.com/r/continuumio/anaconda3/ if that helps