# DDPG **Repository Path**: sjw190729/ddpg ## Basic Information - **Project Name**: DDPG - **Description**: 代码复现Google Deepmind的CONTINUOUS CONTROL WITH DEEP REINFORCEMENT LEARNING上的代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-25 - **Last Updated**: 2022-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DDPG ### 介绍 根据Google Deepmind的Continuous Control With Deep Reinforcement Learning文章来实现DDPG代码。 ### 运行方式 `python main.py` 切换不同的env、train/test需要在main的超参里修改 ### 打印相关图像 `python plot.py`