sean1832 / Experiment_ML_Discrete-Roof

Experiment with unity reinforcement learning to construct traditional japanese roof structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiment - Discrete Roof Generation

A Unity project file that experiment with Reinforcement Learning using ML-Agents to generate traditional Japanese roof structure with discrete actions.

WARNING: This project is still work in progress.

Download and install

  • This project requires python 3.7 to be installed
  • This project requires ml-agents to be installed in Unity package manager
  • This project recommend python virtual environment to be created under the project directory
    • Recommend installing pytorch with command pip3 install torch~=1.7.1 -f https://download.pytorch.org/whl/torch_stable.html
    • Required installing ML-Agent with command pip install mlagents
  • if error occur when installing mlagents, try install with pip install mlagents --use-feature=2020-resolver

About

Experiment with unity reinforcement learning to construct traditional japanese roof structure

License:MIT License


Languages

Language:C# 100.0%