View RSS Feed

mql5

  1. Neural networks made easy (Part 58): Decision Transformer (DT)

    by , 09-05-2024 at 08:48 AM
    In this series, we have already examined a fairly wide range of different reinforcement learning algorithms. They all use the basic approach:

    1. The agent analyzes the current state of the environment.
    2. Takes the optimal action (within the framework of the learned Policy - behavior strategy).
    3. Moves into a new state of the environment.
    4. Receives a reward from the environment for a complete transition to a new state.

    The sequence is based on the principles of the Markov
    ...
    Categories
    Uncategorized