elumixor / DRL-Level-Generator

1 stars 0 forks source link

### DRL Level Generator

Uses
  1. Unity 2020
  2. Python 3.7
  3. ZeroMQ, it's C# port NetMQ and followed this repo to add NetMQ to my Unity project.

    1. Copied .dlls from UnityProject/Assets/Plugins to my own project's Assets/Plugins
    2. Followed examples at UnityProject/Assets/NetMQExample/Scripts/*.cs
    3. For python:
      1. pip install pyzmq
      2. Followed example at PythonFiles/server.py