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

Unable to log messages in console during agent training #99

Closed
XkunW opened this issue Nov 24, 2022 · 1 comment · Fixed by #100
Closed

Unable to log messages in console during agent training #99

XkunW opened this issue Nov 24, 2022 · 1 comment · Fixed by #100

Comments

@XkunW
Copy link

XkunW commented Nov 24, 2022

Problem

With version 0.5.3, I've noticed that the logging module in my agent script is no longer printing any messages in the console. I've also tried using print() and the BeoBench logger, but neither is working.

@rdnfn
Copy link
Owner

rdnfn commented Nov 24, 2022

Hi @XkunW, thanks for raising this issue!

I think this issue is because subprocess.check_call was replaced with subprocess.check_output in the main beobench.experiment.scheduler.run() method.

Will look into reverting this change, as I currently do not see a benefit of running it this way.

@rdnfn rdnfn mentioned this issue Nov 24, 2022
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

Successfully merging a pull request may close this issue.

2 participants