Close

Completion log

A project log for Tennis AI

This is an implementation of a Reinforcement Learning based agent to simulate a robot that plays tennis.

srimanthtennetisrimanthtenneti 06/18/2021 at 02:480 Comments

1.  Finished defining the Actor and Critic models design.

2. Completed the DDPG implementation with the OU noise process and a replay buffer.

3. Finished setting up the soft-target updates for the agents

4. Completed and successfully trained the RL agents. 

5. Completed the software documentation.

Discussions