Skip to content
New issue

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

record training data for each vectorized environment in SubprocVectorEnv [Need help] #1233

Open
9 tasks
Xiong5Heng opened this issue Jan 6, 2025 · 0 comments
Open
9 tasks

Comments

@Xiong5Heng
Copy link

  • I have marked all applicable categories:
    • exception-raising bug
    • RL algorithm bug
    • documentation request (i.e. "X is missing from the documentation.")
    • new feature request
    • design request (i.e. "X should be changed to Y.")
  • I have visited the source website
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and environment, where applicable:
    import tianshou, gymnasium as gym, torch, numpy, sys
    print(tianshou.__version__, gym.__version__, torch.__version__, numpy.__version__, sys.version, sys.platform)

The training env is SubprocVectorEnv and now I use the tensorboard to record the training data, but the tensorboard records all parallel env in one file. However, I need separate data for each environment which are initialized with different seeds.
Is there any example? The data can be record in tensorboard or saved in CSV file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant