Jesse Farebrother

Results 63 comments of Jesse Farebrother

@floringogianu I think SDL 2.0.18 will fix this issue. There's some other build-related issues when upgrading so I'll have to fix those first. I'll update you once I have a...

Hi @lucasliunju, Dopamine doesn’t support Gym version 0.26. Breaking changes were introduced in v0.26 to the step and reset function (as you pointed out the return signature changed). You should...

Hi @slerman12, there is no default difficulty, if you don't want to specify a difficulty you should set `difficulty=None` (this is the default). Although it seems there was a version...

Hi @RedTachyon, this wasn't made clear in the last Gym release. I would suggest adding it to the env checker: https://github.com/openai/gym/blob/master/gym/utils/env_checker.py as that's what I check against. If you want...

I've noticed this as well I will take a look and see what I can do today. Thanks for the suggestion.

I just tried testing this out with posting a delayed Handler for the animation duration then setting the selection on the listview to the position which automatically makes the view...

Just flagging this to be closed as this has been resolved with commit [8bb3591a43ca7c071dce18f5d2cc5b75145f7da2](https://github.com/tjerkw/Android-SlideExpandableListView/commit/8bb3591a43ca7c071dce18f5d2cc5b75145f7da2)

With the current API there is no way to set an expanded item by default. The best you can do is expand the item manually or create a custom SaveState...

@dxslin you *can't* receive messages? @Eminem8080 I don't understand you're question. You disconnect from the network and it crashes?

You could try compiling the jar file yourself and adding it to the projects lib directory or what ever you have in its classpath. I would really recommend using gradle...