AminHP / gym-anytrading

The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
MIT License
2.09k stars 459 forks source link

[QUESTION] Is it possible to change callback to use profit as an evaluation metric instead of rewards? #73

Closed Olwar closed 1 year ago

Olwar commented 1 year ago

The rewards don't seem to be a good metric to evaluate the model. I could have more reward and still have lower profit.

AminHP commented 1 year ago

That's true. The reward is more useful for the RL agent., but profit is a valid and precise metric for final evaluation.