Git Product home page Git Product logo

hello-toio's Introduction

Hello Toio

Prepare

conda create -n mlagents9 python=3.7
cd ml-agents-release_9
pip install -e ./ml-agents-envs
pip install -e ./ml-agents

Usage

  1. Clone this repository.
  2. In Unity Editor, Select Window> Package Manager > + > Add package from git URL... and add https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask.
  3. In Unity Editor, Select Window> Package Manager > + > Add package from disk... and add package.json in ml-agents-release_9/com.unity.ml-agents folder.
  4. Change directory to ml-agents-release_9 and Run:
mlagents-learn config/HelloToio.yaml --run-id=HelloToio-ppo-1 --time-scale=1

Solve Error

  • pip install -e ./mlagents had a error ERROR: After October 2020 you may....
pip install -e ./ml-agents --use-feature=2020-resolver

(reference: https://note.com/npaka/n/n92580a746f2d)

  • TensorFlow could not import. This problem has been solved for following command.
pip install --upgrade tensorflow==2.0.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.