Closed xiaomaohouhou closed 2 years ago
Hi,
total_timesteps
refer to the number of steps to be reached to finish training.https://github.com/bilalkabas/DRL-Nav/blob/11089e02141c6373eb5fe6b70c107ce27090d5b0/train.py#L75-L79
The loss is not so descriptive for reinforcement learning and I cannot find it at the moment. For the success rate, I do not have a direct graph but it would look like the mean episode reward as the reward computation includes success and fail scenarios.
Hi, I'd like to consult you two questions. Where are the number of episode and the step size of each episode defined? Can you share the plot file of the result(such as loss、mean reward、success rate )? Thank you very much, my friend