PacktPublishing / Deep-Reinforcement-Learning-Hands-On

Hands-on Deep Reinforcement Learning, published by Packt
MIT License
2.84k stars 1.29k forks source link

Chapter 8 code additional output #103

Open SonaGab opened 2 years ago

SonaGab commented 2 years ago

Hello folks,

Is it possible to get some additional outputs about agent's actions, when he buys/sells stocks? Want that for backtesting the strategy. How we can implement the code to get that part?

Thanks!