Skip to content

Commit

Permalink
added reference to config helper tool by matteo
Browse files Browse the repository at this point in the history
minor: fixed TOC on file
  • Loading branch information
alhasacademy96 committed Oct 8, 2024
1 parent dedb8cf commit bde2fd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/integration/Helper-Scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#### Table of Contents

- [Useful Scripts/Code](#useful-scriptscode)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Extract Configuration File Objects (Python)](#extract-configuration-file-objects-python)
- [Randomize Object Positions (Python)](#randomize-object-positions-python)
Expand Down Expand Up @@ -168,4 +166,10 @@ else:

Simply adjust the `file_path` variable to point to your configuration file. The script will replace the old parameters with the new ones in the configuration file and save the updated configuration to the same file.

**_Note that the script overrites the original file, so it is recommended to make a backup of the original file before running the script._**
**_Note that the script overrites the original file, so it is recommended to make a backup of the original file before running the script._**

## Animal-AI Config Assistant Tool

The Animal-AI Config Assistant Tool is a Python helper-tool that helps you create, manage, debug, and visualise configuration files for Animal-AI environments. It provides a user-friendly interface to generate configuration files for different environments, without the need to manually edit the configuration files in YAML.

Visit our [GitHub repository](https://github.com/Kinds-of-Intelligence-CFI/aai-config-assist) for more information and to download the tool.
6 changes: 5 additions & 1 deletion docs/integration/Integrate-AAI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Animal-AI w/ RL Libraries
# Animal-AI RL Libraries

#### Table of Contents
- [Animal-AI w/ Stable Baselines3](#animal-ai-w-stable-baselines3)
- [Animal-AI w/ DreamerV3](#animal-ai-w-dreamerv3)

## Animal-AI w/ Stable Baselines3

Expand Down

0 comments on commit bde2fd5

Please sign in to comment.