Florian
Florian
For example, it looks to me like the [DDPG](https://github.com/higgsfield/RL-Adventure-2/blob/master/5.ddpg.ipynb) and [TD3](https://github.com/higgsfield/RL-Adventure-2/blob/master/6.td3.ipynb) implementations should call `env.reset()` in their `for step in range(max_steps):` loop when `done` is `True`. I realise that algorithms...
Pathfinding looks like a great candidate to take advantage of the performance boost asm.js can provide. Did anyone experiment with it?
Is there any easy way to tune the `upscale=4` factor? would that need a specifically trained network?
Just an idea... couldn't you use something like nltk to do this automatically?
Multiple people with little knowledge of Python have expressed interest in running the scripts. There should be either a very simple guide or video, or a guided script that would...
Extract user id's before parsing messages, as sometimes the `fallback_name` is only found after the person's first message. Will hopefully help with #55
Subscribe/comment to this issue if you would be interested in support of this platform.
Google switched from "Google Talk" to "Google Hangouts" mid-2013. Older messages could be retrieved using something like this: https://github.com/coandco/gtalk_export/
Subscribe/comment to this issue if you would be interested in support of this platform.
On the generated diagram you can only see which class is a subclass of which ("is a" relationship). It would be great to also have another type of arrows for...