dickreuter/neuron_poker

agent_keras_rl_dqn train with steps param

CodeAnimal opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When fitting a DQN agent to a new environment, I may wish to vary the number of steps to train for.

Describe the solution you'd like
Having the steps as a param would allow this.