question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

send_action's pipe_io.writeline error

See original GitHub issue

Hi! I’m interested on replicating your paper results but I’m hitting a problem when sending action values to the pipeline. Below are some information about my efforts:

  • OS: Ubuntu 18.04.02 (on VirtualBox, host is Windows 10)
  • Version: EnergyPlus v8.8.0
  • Patch: Followed the patch instructions using 8.8.0 patch version and it seems to be working well (except for this problem)
  • Command: poetry run time python3 -m baselines_energyplus.trpo_mpi.run_energyplus --num-timesteps 10000000

Please see the traceback message below. rl-testbed-error

From the traceback, it seems that line 213 from energyplus_env.py formats the action into a string. However, the action value contains a list, hence the error. Is this really the expected behavior or did I miss a step?

I hope for your help as I’m really eager to test your testbed out! Thank you.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
antoine-galataudcommented, Feb 27, 2021

@AlejandroCN7 this will be solved with #54. @takaomoriyama let me know if there’s anything else to update in it.

0reactions
AlejandroCN7commented, Feb 27, 2021

I have had the same problem in version 9.3.0, adding action = action[0] as @antoine-galataud comments solves the problem (in if action is not None block)

Read more comments on GitHub >

github_iconTop Results From Across the Web

sendActions(for:) - Documentation - Apple Developer
This method iterates over the control's registered targets and action methods and calls the sendAction(_:to:for:)
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found