samre12 / deep-trading-agent

Deep Reinforcement Learning based Trading Agent for Bitcoin
MIT License
749 stars 211 forks source link

Testing module #19

Closed lamhk closed 5 years ago

lamhk commented 5 years ago

Hi samre12,

After the training using the main.py, how can I test on another set of data? Thanks.

Thanks, Lam

samre12 commented 5 years ago

Hi @lamhk , I haven't specifically made the testing module for agent. On the dev branch of the repository, I use samre12/gym-cryptotrading to train the agent which is Gym based environment to train the agent. gym-cryptotrading can be used for testing the agent learned using the current repository.

samre12 commented 5 years ago

Just make sure that the same environment type and parameters are used to train and test the agent. 😄