mw66

Results 189 issues of mw66

.dub/packages/ggplotd-1.2.1/ggplotd/source/ggplotd/guide.d(398,51): Deprecation: function std.typecons.Nullable!(RGB!("rgb", double, false, cast(RGBColorSpace)0)).Nullable.get_ is deprecated - Implicit conversion with alias Nullable.get this will be removed after 2.096. Please use .get explicitly.

``` $ dstep --version 1.0.3-2-g2f6e8ae $ dstep /usr/include/cuda_runtime_api.h -o cuda_runtime_api.d # but the generated file cannot be compiled: source/cuda_runtime_api.d(3625,13): Error: undefined identifier `cudaError_t` source/cuda_runtime_api.d(3625,13): Error: undefined identifier `cudaExternalSemaphore_t` source/cuda_runtime_api.d(3625,13): Error:...

On Windows 10: ``` Performing "debug" build using C:\project\dmd2\windows\bin64\dmd.exe for x86_64. fast 0.3.5: building configuration ""... \fast-0.3.5\fast\source\fast\cstring.d(198,59): Error: function fast.cstring.string2wstringSize(const(char[]) src) is not callable using argument types (const(ushort[])) \fast-0.3.5\fast\source\fast\cstring.d(198,59): cannot...

``` import std.stdio; import fast.json; void main() { auto json = parseTrustedJSON(`{"x":123}`); writeln(json.x); // shall I get 123 here? } ``` core.exception.AssertError@/home/xxx/.dub/packages/fast-0.3.5/fast/source/fast/json.d(1208): Assertion failure

``` /local/lib/python2.7/site-packages/macropy/core/import_hooks.py", line 43, in find_module tree = ast.parse(txt) File "/usr/lib/python2.7/ast.py", line 37, in parse return compile(source, filename, mode, PyCF_ONLY_AST) TypeError: compile() expected string without null bytes ```

Hi, I just noticed: https://github.com/muupan/async-rl/blob/master/ale.py#L115 each training action is taken 4x times to the game environment? e.g. user pressed 'down' once, but in your simulated training the environment to take...

e.g. like what simple_dqn does here: https://github.com/tambetm/simple_dqn ./play.sh snapshots/breakout_77.pkl

or which code I should change to make it output object bounding box?

https://github.com/mrjbq7/ta-lib/blob/master/docs/func_groups/momentum_indicators.md ``` MFI - Money Flow Index NOTE: The MFI function has an unstable period. real = MFI(high, low, close, volume, timeperiod=14) ``` however, if we check the DESCRIPTION of...

e.g. ``` "min_ticks": { "cutoff_price": "3.00", "below_tick": "0.01", "above_tick": "0.05" } ``` and why below_tick is different from above_tick? and how about cutoff_price? thanks!