Jason Thomas
Jason Thomas
I was talking about the examples in the Java documentation - https://github.com/vert-x3/vertx-eventbus-bridge-clients/blob/master/java/docs/index.adoc For example: ``` busClient.consumer("newsfeed", new Handler() { @Override public void handle(Message message) { System.out.println("Received a news " +...
Milan - my use case was for a time series line chart (with unevenly spaced dates :) ). Here is some code I had started, which should be runnable if...
As far as ChartData vs. ChartData2D - in my humble opinion, I would allow charts to be created with 1D data for easy use cases, but then convert it internally...
> if I see it correctly, you are painting evenly spaced x labels from the x domain, and the data points that exist in data, is that right? Yes, that...
Hi, I should be able to just fork and create a pull request from that. I should have some time this weekend to look at it. Thanks!
Hi @mzimmerm - could you tell me how you run the example program? I would expect there to be android/ios folders somewhere in the project. Did you forget to add...
Cool, thanks, it's working now (on android emulator). Ok, I will do any pull-request against master. Thanks, Jason
I'm working on reinforcement learning using Burn (on my own, I'm not affiliated with the Burn project). I'm personally not aware of any existing Burn implementations. I can reply here...
I'm taking a crack at Cartpole / DQN today. I think I'll have a prototype up today or tomorrow.
Hey guys, good news! Cartpole/DQN is working. I will clean things up a bit a publish something today. `Episode 4090, reward 500`