Jordan Schneider
Jordan Schneider
I basically want to be able to write interfaces that might receive one or the other. For example, my research requires me to compute the KL divergence between policies, and...
Sorry, I'm basically flat new to S3 and have no idea what the logging format would look like. It seems like there's a solution to my request counting problem using...
I had to use parent="application" instead of "/manifest/application" for whatever reason. I wouldn't have know this without the change in #20 .
Or you can just delete the line in the code. I'm worried that something else (in some C backing a library somewhere) relies on this, and not having it be...
I just deleted the line and it has literally never mattered.
Adding `agent.env.initialize_for_scenario(scenario_name)` to line 225 of tests.py causes things to run, but I don't know if I'm breaking some kind of lifetime contract. It would be really helpful if the...