cili

Results 4 comments of cili

https://github.com/tobegit3hub/ml_implementation/issues/6#issue-544077431 add below codes will correct the error. ``` class State(object): ..... def __eq__(self, other): if isinstance(other, self.__class__): return (self.current_value, self.current_round_index, self.cumulative_choices) == \ (other.current_value, other.current_round_index, other.cumulative_choices) else: return False...

@mitar Do you have any progress in this problem? I have same application to use cap'n proto to transfer trainning messages between learning algorithm and environment. There are existly a...

thank you for replying.

I also met with same error by execute catkin_make (http://wiki.ros.org/catkin/Tutorials/workspace_overlaying 2.3Building Your catkin Workspace) Python version: 2.7.16 CMake: 3.5.1 GCC: 6.5.0 libuuid-perl 0.24-1build1 libuuid1:amd64 2.27.1-6ubuntu3.7 [ 95%] Linking CXX executable...