Skip to content

FFTAI/Wiki-JIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki-GRx-JIT

This repository provides the python scripts to generate the jit models for the Fourier Intelligence GRx Robot Model Repository.

User Guide

  1. Change the configuration of the policy model in the jit.py script, based on the controller policy model you used in the training.
self.num_actor_obs = 39
self.num_critic_obs = 168
self.num_actions = 10
self.actor_hidden_dims = [512, 256, 128]
self.critic_hidden_dims = [512, 256, 128]
self.activation = "elu"
self.init_noise_std = 1.0
  1. Run the following command to generate the robot models:
python jit.py <YOUR_MODEL_FILE>

Thank you for your interest in the Fourier Intelligence GRx Robot Model Repository. We hope you find this resource helpful in your robotics projects!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages