Benjamin Ellenberger

Results 78 comments of Benjamin Ellenberger

Alternatively, is there a default interface to implement for eliot destinations?

I am using Eliot to send messages to an ELK stack (logz.io in our case), so we have a nice handler for rest-calls optimized for higher throughput. I played a...

Thanks for contributing! Maybe we can take this into our new bullet tutorial series. I am going to keep your example in mind!

any updates on this? I mean there are so many options to turn something you want to compare into visual data. Thus this contribution would essential since with it you...

Looking forward to that update too! I realized that both of the mentioned features do not work as expected, even though they are part of the API. @ericmjl : I...

Now you can go to the repository you forked it from (this one here) and go to the top, there you can start a pull request. I saw that you...

Oh, that is exposed? Yeah, I was looking for an alternative implementation, but that is perfect too. In case you would be interested in an extension with a node_coord_dict or...

Sounds great! No worries, I think I understood what you meant. I will look into how networkx coords_dict is structured and then comeback and propose something with a PR. On...

As far as I can tell, mujoco is written in C/C++, right? It seems you could read the documentation from the source with doxygen and then bridge it into sphinx...

Which ones do you need? It is basically as simple/hard as the following: Copy the roboschool code and change the number of observations/actions to the number in the mujoco implementations...