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
タイトル通り。公式サンプルにはプロットの機能がついてなさそうなので、追加する必要がある。
The text was updated successfully, but these errors were encountered:
tensorboardが良いと思います. 確かサンプルにもあったような気がしますが,以下を用いて望む報酬をグラフ化できます.
https://github.com/citbrains/IsaacGymEnvs/blob/3ab608bb03ec3fdc68e1e63a1e739adadc0ba0f9/isaacgymenvs/tasks/gankenkun_kick.py#L418
このように個別にグラフに出力できます. open-rdc/IsaacGymSoccer#2
Sorry, something went wrong.
./runs/~~~/summaries ディレクトリをlogdirとしてtensorboardに渡してやったら、stepに対する報酬や損失などのグラフが得られた!
tensorboard --logdir summaries
No branches or pull requests
タイトル通り。公式サンプルにはプロットの機能がついてなさそうなので、追加する必要がある。
The text was updated successfully, but these errors were encountered: