Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Delete init_frames (only motion is needed here actually) #32

Open
todo bot opened this issue Feb 7, 2019 · 0 comments
Open

Delete init_frames (only motion is needed here actually) #32

todo bot opened this issue Feb 7, 2019 · 0 comments

Comments

@todo
Copy link

todo bot commented Feb 7, 2019

Trainer/trainer/train.py

Lines 72 to 77 in 6de95e1

# TODO: Delete init_frames (only motion is needed here actually)
def train_chunk(scene: Scene, motion: flom.Motion, init_frames: Sequence[flom.Frame], robot: Robot, start: float, init_state: StateWithJoints, *, algorithm: str = 'OnePlusOne', num_iteration: int = 1000, weight_factor: float = 0.01, stddev: float = 1, andom_rate: float = 0.2, **kwargs):
chunk_length = len(init_frames)
num_joints = len(init_frames[0].positions)
weight_shape = (chunk_length, num_joints)


This issue was generated by todo based on a TODO comment in 6de95e1 when #31 was merged. cc @MonoMotion.
@todo todo bot added the todo 🗒️ label Feb 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants