1500_chess_moves_act_300k

ACT policy trained on 1500_chess_moves for 300k

Model Details

  • Checkpoint: 0300000
  • Architecture: ACT Policy
  • Observation Steps: 1
  • Action Steps: 100
  • Training Dataset: dopaul/1500_chess_moves

Usage

from lerobot.common.policies.factory import make_policy

# Load the policy
policy = make_policy.from_pretrained("dopaul/1500_chess_moves_act_300k")

# Use for inference
action = policy.select_action(observation)

Training Details

This model was trained using the LeRobot framework and uploaded from checkpoint 0300000.

For more information about LeRobot, visit: https://github.com/huggingface/lerobot

Downloads last month
9
Video Preview
loading