reinforcement-learning atari-freeway atari-frostbite atari-mspacman atari-pong atari-qbert metaworld-button-press-wall metaworld-drawer-close metaworld-pick-place-wall metaworld-push-back metaworld-soccer metaworld-sweep-into metaworld-window-close mujoco-ant mujoco-doublependulum mujoco-halfcheetah mujoco-hopper mujoco-humanoid mujoco-pendulum mujoco-pusher mujoco-walker

Model Card for Gia2

This is a multi-modal and multi-task model.

Model Details

Model Description

Model Sources

Training

The model was trained on the following tasks:

How to Get Started with the Model

Use the code below to get started with the model.

from transformers import AutoModelForCausalLM

model = AutoModelForCausalLM.from_pretrained("gia-project/gia2-small-atari-metaworld-mujoco")