Unity 机器学习代理工具包 (ML-Agents) 是一个开源项目,它使游戏和模拟能够作为训练智能代理的环境。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
Ervin Teng 2c1ef594 Move some functionality to optimizer-black 5 年前
..
components Replace BrainInfos with BatchedStepResult (#3207) 5 年前
ppo Move some functionality to optimizer-black 5 年前
sac Replace BrainInfos with BatchedStepResult (#3207) 5 年前
tests Fix issue with BatchedStepResult with no agents (#3240) 5 年前
__init__.py bump version strings (#3147) 5 年前
action_info.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
agent_processor.py Fix issue with BatchedStepResult with no agents (#3240) 5 年前
barracuda.py fix errors from new flake8-comprehensions (#2917) 5 年前
brain.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
brain_conversion_utils.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
buffer.py pass file mode to h5py.File() (#3165) 5 年前
curriculum.py Allow curricula to be created without files (#3145) 5 年前
demo_loader.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
env_manager.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
exception.py Better error handling if trainer config doesn't contain "default" section (#3063) 5 年前
learn.py Add 'run-experiment' script, simpler curriculum config (#3186) 5 年前
meta_curriculum.py Add 'run-experiment' script, simpler curriculum config (#3186) 5 年前
models.py Move some functionality to optimizer 5 年前
policy.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
rl_trainer.py Add Trajectory/Policy Queues, move Trainer logic to advance() (#3113) 5 年前
run_experiment.py Add 'run-experiment' script, simpler curriculum config (#3186) 5 年前
sampler_class.py Moving Env Manager to Trainers (#3062) The Env Manager is only used by the trainer codebase. The entry point to interact with an environment is UnityEnvironment. 5 年前
simple_env_manager.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
stats.py Add Trajectory/Policy Queues, move Trainer logic to advance() (#3113) 5 年前
subprocess_env_manager.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
tensorflow_to_barracuda.py fix errors from new flake8-comprehensions (#2917) 5 年前
tf_policy.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
trainer.py Fix lost trajectories when they are produced faster than they are consumed (#3233) 5 年前
trainer_controller.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前
trainer_util.py use absolute path in error (#3230) 5 年前
trajectory.py Replace BrainInfos with BatchedStepResult (#3207) 5 年前