-
Notifications
You must be signed in to change notification settings - Fork 16
Tutorial_DDPG_training_using_RL_ADN
Hou Shengren edited this page Aug 5, 2024
·
5 revisions
This tutorial provides a step-by-step guide for training DDPG (Deep Deterministic Policy Gradient) agents using the RL-ADN framework. The DDPG algorithm is a model-free, off-policy actor-critic algorithm which is particularly well-suited for environments with continuous action spaces.
The Tutorial_DDPG_training_using_RL_ADN.ipynb notebook covers the following steps:
- Setting up the environment
- Configuring the DDPG agent
- Training the agent
- Evaluating the performance