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

Questions on the meaning of what wandb records #16

Open
ciel0906 opened this issue Aug 29, 2023 · 0 comments
Open

Questions on the meaning of what wandb records #16

ciel0906 opened this issue Aug 29, 2023 · 0 comments

Comments

@ciel0906
Copy link

ciel0906 commented Aug 29, 2023

As I work with this code, I find that what wandb records is somewhat different from what I intuitively expect.

When I try to train mqmix with MPE environment, in the directory, 'off-policy/offpolicy/runner/mlp/base_runner.py', the function 'batch_train_q' has a loop to call 'self.trainer.train_policy_on_batch'. In this case, train_policy_on_batch in offpolicy/algorithms/mqmix/mqmix.py will be called, and the global and local q functions will be updated with returning a train_info.

It seems that the train_info labeled with policy ids doesn't represent the differences between different policies, but rather the differences between each training in the loop. And this can also confirmed in wandb as the figures have little difference.

@ciel0906 ciel0906 changed the title QuestionsThe use of wandb Questions on the meaning of what wandb records Aug 29, 2023
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