Nathan Hunt
Nathan Hunt
It would be nice to have a Done button widget that could be included in the layout and pressed to, e.g., call `IPython.display.clear_output()`. This would just make the notebook look...
Thanks for the repo! It worked fine for me with VS code, and I was inspired to write a couple of [wrappers] for other tools that I wanted to install...
If you call `API.get_metrics_summary` with the name of a particular metric, and the experiment has data for that metric, a dictionary is returned. If the experiment lacks data for that...
(I've discussed this a bit on Slack, but I thought I'd make an official issue so that I can see when support for this comes; these are important features for...
The new model comparison charts are very nice. The main drawback for me is that each line in the chart is referenced by the experiment key, which means nothing to...
In, e.g., PPO (though this also applies to at least A2C; I didn't check any others), when OptInfo is being populated, `.item` is called on most of the fields but...
`SubprocVecEnv` allows us to run multiple instances of an environment in parallel using subprocesses. It can be nice to also run multiple environments in each subprocess. The idea here is...
I'm not sure if this is a bug, so I just wanted to check: how should the prefix notation for arithmetic operations (+, -, *, /) be converted to infix...
In your paper, it says "effects become instantaneously available to events, without the epsilon separation." I assumed this was true for the effects of actions as well as events; is...
In the paper, you mention and show some examples of using control parameters, so I assume those should be supported with this library, but I'm having trouble getting them to...