NaXzyu / Dialogos

Dialogos: Pioneering Interactive Narratives and Language Proficiency with Enhanced AI in Unity
MIT License
3 stars 1 forks source link

Implement 'DEV BuiltIn Command' for Local ML-Agents Installation #2

Open p3nGu1nZz opened 5 months ago

p3nGu1nZz commented 5 months ago

Issue Title: Implement 'DEV BuiltIn Command' for Local ML-Agents Installation

Description

The Dialogos project requires a new built-in command within Unity to streamline the local installation of ML-Agents. This command should invoke our run.py script, which is responsible for setting up ML-Agents in the development environment.

Requirements:

Acceptance Criteria:

  1. The DEV BuiltIn Command is accessible within Unity's command palette.
  2. Running the command executes the run.py script successfully.
  3. ML-Agents is installed locally, and the environment is ready for ML development.
  4. The .unityboot file invokes the DEV BuiltIn Command as part of its initialization sequence.

Additional Context:

This feature is intended to simplify the setup process for developers working on the Dialogos project under the NaXzyu GitHub organization. By automating the installation of ML-Agents, we aim to reduce setup time and potential configuration errors.