H.Yamada
H.Yamada
This PR is for #117 * Update cpprb and use the new class `MPPrioritizedReplayBuffer` (multi-process version PER), which doesn't requires manual lock * `MPPrioritizedReplayBuffer` doesn't lock whole buffer but critical...
In order to make tf2rl more friendly, I suggest updating of README and [Reference Site](https://keiohta.github.io/tf2rl/index.html). - [x] Add Numbering at headings (#153) - [x] Make clearer that there are several...
This PR ensures input arguments of graph function (decorated by tf.function) as tf.Tensor instead of pure Python object, in order to reduce tf.function retracing. Related with #99
From TF 2.3, input signature of tf.function graph has changed and our unit tests produces a lot of retracing warnings. https://www.tensorflow.org/guide/function#tracing_semantics One of the example warnings is following; (I add...
Hello, When I call cfw:refesh-calendar-buffer, the calendar components always overflow 1 character. (Last character is overlapped by continuation glyph.) It seems that calfw takes width from function window-width, which has...
When importing `__future__.annotations`, class annotations are evaluated lazily, and `dataclasses.Field.type` becomes `str` instead of actual type. To access its actual type, I patch the member. Ref: https://github.com/mivade/argparse_dataclass/issues/47 --- I tested...