When using the python extension, commands are passed as strings:
py:set "next_obs" next_obs_val
py:set "reward" r
py:set "done" done?
py:run "agent.learn(obs, next_obs, reward, done)"
It would be nice if strings that come after py:set
or py:run
could be formated (colored) to look like python code would in a code editor like this (but still inside qoutes):