Reinforcement Learning

On this page, we’ll dive into the details of how to use the Peer-ai API to run reinforcement learning tasks.

These tasks are all powered by the huggingface's transformers.js library. You can use any of the pre-trained ONNX models from the huggingface models or use your own.

Headers

  • Name
    x-api-group(optional)
    Type
    string, default 'main'
    Description

    The id of the peer-ai compute group you want to run this compute on.

  • Name
    x-api-key
    Type
    string
    Description

    The API key for your PeerAI account.


Reinforcement Learning

Learning from actions by interacting with an environment through trial and error and receiving rewards (negative or positive) as feedback.

Coming Soon