您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
20 行
695 B
20 行
695 B
# config to specify which modules will be used to render api docs
|
|
folder: docs
|
|
modules:
|
|
- name: mlagents_envs
|
|
file_name: Python-API-Documentation.md
|
|
submodules:
|
|
- base_env
|
|
- environment
|
|
- registry
|
|
- registry.unity_env_registry
|
|
- side_channel
|
|
- side_channel.raw_bytes_channel
|
|
- side_channel.outgoing_message
|
|
- side_channel.engine_configuration_channel
|
|
- side_channel.side_channel_manager
|
|
- side_channel.stats_side_channel
|
|
- side_channel.incoming_message
|
|
- side_channel.float_properties_channel
|
|
- side_channel.environment_parameters_channel
|
|
- side_channel.side_channel
|