0
votes

I have an environment with 3 states (Reinforcement Learning environment based on gym). now, I wanna plot my states but in DQN.history.history.key() I have :
dict_keys(['episode_reward', 'nb_episode_steps', 'nb_steps'])

How I can plot every state change during the fit?