File size: 1,101 Bytes
05c9ac2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# config to specify which modules will be used to render api docs docs from ml-agents-env package
folder: docs
modules:
    - name: mlagents_envs
      file_name: Python-Gym-API-Documentation.md
      submodules:
        - envs.unity_gym_env
    - name: mlagents_envs
      file_name: Python-PettingZoo-API-Documentation.md
      submodules:
          - envs.pettingzoo_env_factory
          - envs.unity_aec_env
          - envs.unity_parallel_env
          - envs.unity_pettingzoo_base_env
    - name: mlagents_envs
      file_name: Python-LLAPI-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