Skip to content

transformsai/AgenceTrainingEnvironment

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

AgenceTraining

Requirements

Running Trainings

To run a training, open the project in unity and create a build, including the game agents scene in the build.

Build Info

Then run your training using ML-agents' mlagents-learn command in your python environment.

Example Command: 'mlagents-learn config\config.yaml --env Builds\pushAgents\AgenceTrainingUpdate.exe --base-port 6530 --run-id pushAgents --keep-checkpoints 200'

Creating New Trainings

The best place to start with creating new trainings is in the planet script in your scene. In the gameAgents scene this is the BasicFiveAgentPlanet script.

This script controls the rewards that are passed to the agent, plus the resetting of the environment. Please modify this script with new rewards or planet reset mechanics to drive new interactions in your agents.

If you aren't recieving the results you'd like, also consider modifying your config file. More info here.

Do note, all submitted agents must have an unmodified observation and action space. Brains that extend or contract observations or actions will be rejected.

Submitting Trainings

If you come across interesting trainings, you can submit them for creative review by filling out this form: https://forms.gle/7nCBWBUXus3nAXCV7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published