Aaron Krumins -Autonomous Duck-

Results 37 comments of Aaron Krumins -Autonomous Duck-

Thanks for making this available, looks excellent. Is there any simple examples available online where you have implemented this? This concept of an academy and teachers etc. is intriguing, but...

Ive written several tutorials which should be of help https://towardsdatascience.com/create-a-custom-deep-reinforcement-learning-environment-in-ue4-cf7055aebb3e https://towardsdatascience.com/creating-next-gen-video-game-ai-with-reinforcement-learning-3a3ab5595d01

Still working on this, as mentioned seems to be SocketIO issue

Should be resolved in the latest release, was an issue with python SocketIO libraries needing to be updated, will post a new requirements.txt or one can download the latest release...

Thanks for this feedback, will look into why some of these algorithms are working differently than others, its probably not something to do with the SOCKETIO changes since that would...

Aware of these compatibility issues with the latest Preview of UE5 – at least one person was able to make changes to the server.py and some of c++ files to...

Still working on this, was able to get a new plugin compiled for UE5 but stuck on the same error you were getting, seems to be an issue with some...

absl-py==0.9.0 altgraph==0.17 astor==0.8.1 atari-py==0.2.6 cachetools==4.1.0 certifi==2020.4.5.1 chardet==3.0.4 cirq==0.8.0 Click==7.0 cloudpickle==1.3.0 cx-Freeze==6.3 cycler==0.10.0 decorator==4.4.2 dill==0.3.1.1 dnspython==1.16.0 docopt==0.6.2 enum-compat==0.0.2 enum34==1.1.6 eventlet==0.20.1 Flask==1.0.2 freezegun==0.3.15 future==0.18.2 gast==0.2.2 google-api-core==1.19.1 google-auth==1.16.1 google-auth-oauthlib==0.4.1 google-pasta==0.2.0 googleapis-common-protos==1.52.0 greenlet==0.4.15 grpcio==1.29.0...

Apologies for the confusion, the DONE node is not necessary for the proper functioning of the example. You don’t need to connect it. The demo will automatically close once the...

After the make observations blueprint function completes, it passes that data back to mindmaker learning engine, completing the episode. After this another episode automatically begins, it basically waits in a...