Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 572 Bytes

File metadata and controls

27 lines (20 loc) · 572 Bytes

2-D two-legged walking robot similar to MuJoCo Walker2D. The task is to make robot run as fast as possible

Solving with TD3

Following are the commands used to train and test the model:

To train the model:

python td3.py train

To run with pre-trained weights:

python td3.py test

Results

The obtained result: