Results 16 comments of H.Yamada

Hi, @haoyu-x Could you open a new issue? This is the issue where developpers track and discuss AIRL implementation. For me, your problem is not related with the main topic...

Hi, I checked and found Open AI gym provides utility functions for non-simple `space`s https://github.com/openai/gym/blob/master/gym/spaces/utils.py * `flatdim` * `flatten` * `unflatten` They are accessible from `gym.spaces` https://github.com/openai/gym/blob/master/gym/spaces/__init__.py For `Discrete`, one...

Hi, there are additional information. https://openai.com/blog/ingredients-for-robotics-research/ OpenAI official blog recommend to use `gym.wrappers.FlattenDictWrapper` for dictionary base observation such as "robotics". However, the wrapper does not exist any more, and probably...

@keiohta If it is possible, please evaluate with more realistic tasks as well as simple tests. We want to know whether there are good effects (speed up etc.) at TF2.3...

@keiohta I updated the PR. * Merge master branch to take recent update * Use newer cpprb, which improved Segment Tree implementation On my local machine, (a part of) logs...

@sorryformyself Thank you for reporting. It is quite difficult to say without knowing detail, but enlarging local buffer size might reduce lock waiting. @keiohta Apex calls `SummaryWriter.flush()` at every iteration,...

I encountered the same issue. If we look generated CDN script, the error happens at `Object.assign({}, ...loadedValues)`. If we obeys the document, `js-yaml.load` returns `Object` (not `Array`), spread operator becomes...

@mitsuo0114 Thank you for your quick reply! I also confirmed the unstable version worked well.

@kiwanami, thank you for your reply. I tried on GUI Emacs, "Gnu Emacs 24.5.1 (x86_64-apple-darwin14.5.0, Carbon Version 157 AppKit 1348.17) of 2015-09-20", which seems to be OK. According to GNU...

@mivade Thank you for your reviewing. > We'll want to somehow add tests for this. I agree with you. Let me think how to test w/ and w/o `annotations`. (I'm...