deep-RL-trading icon indicating copy to clipboard operation
deep-RL-trading copied to clipboard

How to visualize the results

Open GuintherKovalski opened this issue 5 years ago • 0 comments

First of all, congratulations for the idea, the paper and the repository, it is very well organized and easy to set up!

My question is: I successfully made the train, now i want to know how does one visualize the actions VS time series?

I see you have a file with this implemented, called visualizer.py . It's the implementation to get the plots like in Figure 3? I have the results.csv loaded to a pandas DataFrame, which seems to be the action_labels required in the Visualizer initialization, but i can't figure out how to use it.

The other question related to visualization is, where is generated the 'artificially generated wave-like price time series'?

GuintherKovalski avatar Jul 29 '19 15:07 GuintherKovalski