Autonomous Control - Python 3 Client API

Instructions:
Please contact info@thoughtforge.ai for an API Key if you do not have one.

  1. Please contact info@thoughtforge.ai for an API key if you do not have one.
  2. Git Clone the ThoughtForge Client Example repository - Visit Link
  3. (Optional) Create a python virtual environment
  4. Add a terminal, change the active directory to the client repository and install the requirement: pip install -r requirements.txt
  5. Set up environment variables (or click here to download as file and rename to .env for use with python-dotenv):
THOUGHTFORGE_API_KEY=77ae19b6-1a67-44a0-b2d5-dc405
THOUGHTFORGE_HOST=core.tf-api.com
THOUGHTFORGE_PORT=443

6. Try running the Cartpole example:

python ./examples/cartpole/example_cartpole_client

Notes

  • To start creating your own controllers: `pip3 install thoughtforge_client1
  • Client API documentation: https://www.thoughtforge.ai/docs
  • See more details here
QUICK REFERENCE