Marco Pleines

Results 54 comments of Marco Pleines

+1 Shouldn't be that tough to implement DQN. Maybe I can contribute that in like 8 weeks. Though, I haven't checked out if ConvNetSharp is suitable for my implementation in...

I worked with Deep-QLearning-Demo the past weeks. But it lacks in performance (due to single threaded) and that code is hard to read and to maintain. But well, this was...

I'm applying DQN to my game BRO ( https://www.youtube.com/watch?v=_mZaGTGn96Y ) right now. Within the next months , I'll release BRO open source on Github. BRO features an AI framework and...

Hey, if anybody has some ideas for testing the **to be** implemented DQN algorithm, please let me know. So far I've got these ideas for integration testing: - ContNetJs's apple...

![slotmachine](https://user-images.githubusercontent.com/6996955/28561035-1fce4212-711d-11e7-9ecc-0d788dc9bf5d.png) I wrote a simple slot machine (console app) using 3 reels. Just hold down space to start the slot machine and to stop each reel one by one. New...

Creating an interface between Python and C# might end up consuming too much time. I know there is the so called IronPython (http://ironpython.net/) Library which allows to use Python in...

Here is an update on the progress referring to a commit on the DQN branch of my fork: Added major chunks of the DeepQLearner.cs [WIP] A few TODOs left before...

And there is one more major thing on the list: Adding a regression layer. I guess there is no regression layer implemented yet, right?

Maybe this is related to this commit, because the file 'F:\Repositories\ConvNetSharp\src\ConvNetSharp\Layers\RegressionLayer.cs' got removed: Commit: 56fec45931434ab1e39f869495eebb21941218ee [56fec45] Parents: 5a47e2e2a7, 37cdfbf451 Author: Augustin Juricic Date: Dienstag, 28. März 2017 11:18:18 Committer: Augustin...

Great, thanks. I'll move on soon.