QUICK REFERENCE
Client Param Utilities
load client params( )
safe dic get( )
Sensor and Motor Groups
SensorGroup
Signals and Derivatives Utilities
SignalAndDerivatives
Value Delta Class
ValueDelta
Autonomous Control
Autonomous Control - Python 3 Client API
Instructions:
Please contact info@thoughtforge.ai for an API Key if you do not have one.
- Please contact info@thoughtforge.ai for an API key if you do not have one.
- Git Clone the ThoughtForge Client Example repository - Visit Link
- (Optional) Create a python virtual environment
- Add a terminal, change the active directory to the client repository and install the requirement: pip install -r requirements.txt
- 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