Question
Pre-training phase action execution:
Before each training episode starts, how can I execute a predefined sequence of actions or motions (e.g., having the arm grasp an object or move the end effector to a specific position) as a “pre-training phase”? During this phase, observations should not be passed to the RL agent's network, and the network should not output actions. This is especially important for tasks that require the robot to move to a certain position as the initial condition of an episode, not simply resetting the robot joint position to that position, but actually moving it there before training begins.