We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are the training data used to plot the curve in the paper saved in info.json? But I only get one element in info.json rather than an array.
What I got in the info.json is something like this:
{'battle_won_mean': [0.0], 'battle_won_mean_T': [62], 'dead_allies_mean': [5.0], 'dead_allies_mean_T': [62], 'dead_enemies_mean': [0.0], 'dead_enemies_mean_T': [62], 'ep_length_mean': [62.0], 'ep_length_mean_T': [62], 'episode': [192], 'episode_T': [10027], 'epsilon': [1.0], 'epsilon_T': [62],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are the training data used to plot the curve in the paper saved in info.json? But I only get one element in info.json rather than an array.
What I got in the info.json is something like this:
{'battle_won_mean': [0.0], 'battle_won_mean_T': [62], 'dead_allies_mean': [5.0], 'dead_allies_mean_T': [62], 'dead_enemies_mean': [0.0], 'dead_enemies_mean_T': [62], 'ep_length_mean': [62.0], 'ep_length_mean_T': [62], 'episode': [192], 'episode_T': [10027], 'epsilon': [1.0], 'epsilon_T': [62],
The text was updated successfully, but these errors were encountered: