Readme and comments and reward pdated
readme was outdated env rewards got a penalty for standing still while it should move instead of 0 reward
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
"""
|
||||
ml/pretrain_bc.py - Behavioral Cloning from Kinematics Teacher
|
||||
ml/pretrain_bc.py - Behavioral Cloning teacher-data pipeline.
|
||||
|
||||
This script collects observation/action pairs from the kinematics solver, then uses
|
||||
those pairs as training data for a PPO policy. In practice it serves as a teacher-
|
||||
student pretraining step: the kinematics controller generates sample trajectories, and
|
||||
this file teaches the policy to imitate those behavior patterns before PPO training.
|
||||
"""
|
||||
import sys
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user