Skip to content

Commit

Permalink
Initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiBaiBaiSTRONG committed Dec 29, 2024
1 parent 1337001 commit ac50d8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion legged_gym/envs/go2/go2_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ class runner( LeggedRobotCfgPPO.runner ):
run_name = ''
experiment_name = 'go2'
save_interval = 100
load_run = "Dec22_13-55-49_"
load_run = "Dec28_17-20-17_"
checkpoint = -1
max_iterations = 600
15 changes: 9 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
from distutils.core import setup

setup(
name='genesis_lr',
name='genesis_lg',
version='0.1.0',
author='Yasen Jia',
author='Baix3XiaoRuo',
license="BSD-3-Clause",
packages=find_packages(),
author_email='jason_1120202397@163.com',
description='Genesis environments for Legged Robots',
install_requires=['genesis-world',
author_email='hanyang_chou@icloud.com',
description='Forked from Genesis environments for Legged Robots',
install_requires=['gym',
'rsl-rl',
'matplotlib']
'matplotlib',
'open3d',

]
)

0 comments on commit ac50d8b

Please sign in to comment.