James Casbon
James Casbon
Hi, which version of scipy is needed please? Ideally this should be in setup.py I get a fail with ImportError: cannot import name invwishart
Hi, I see the starcraft example can use the CompoundActionSpace, but are there any examples of how the agent should be configured? It's unclear to me what presets should support...
Some environments are not suited to video encoding methods. This PR allows coach to just pickle the environment render responses so that you can use them for analysis.
I have billiard installed on arch for python2 and 3: ``` community/python-billiard 3.3.0.18-2 [installed] Python multiprocessing fork with improvements and bugfixes. community/python2-billiard 3.3.0.18-2 [installed] Python multiprocessing fork with improvements and...
If you have a repeated value in a Data.Collection, the aggregation produces incorrect values: Test data, note we have two german countries with the same population: var countries_data = {...
Currently, in order to create a Data.Collection, you need to pass a list of key, value pairs like so: ``` var data = { properties: {...}, items: {...} }; ```...
Building a namedtuple is expensive, this takes the overhead from over 1000 200 times. Before ``` ---------------------------------------------------------------------------------------------------------- benchmark: 2 tests ---------------------------------------------------------------------------------------------------------- Name (time in ns) Min Max Mean StdDev Median...
Is this performance to be expected? There seems to be a lot of time spent in building namedtuples... ``` $ python --version Python 3.6.6 :: Anaconda, Inc. $ cat test_dp.py...
This allows the connection to pick up no_proxy from the environment.
Docs: http://www.mongodb.org/display/DOCS/Tailable+Cursors Upstream: https://github.com/mongodb/mongo-python-driver/commit/66292c6312e335ea3e037938d3c39f45c5322a37 This would be very nice.