fix tt issues -> context + traj.length

This commit is contained in:
Onur
2022-04-05 10:47:01 +02:00
parent 209eac352c
commit 855f0f1c7b
2 changed files with 28 additions and 63 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ from alr_envs.alr.mujoco.table_tennis.tt_reward import TT_Reward
#TODO: Check for simulation stability. Make sure the code runs even for sim crash
# MAX_EPISODE_STEPS = 1750
MAX_EPISODE_STEPS = 1375
# MAX_EPISODE_STEPS = 1375
MAX_EPISODE_STEPS = 2875
BALL_NAME_CONTACT = "target_ball_contact"
BALL_NAME = "target_ball"
TABLE_NAME = 'table_tennis_table'