Environment setup + train loop (#5)
Mujoco environment setup (vectorized on GPU) + training loop + simulate script
This commit is contained in:
parent
af9cf1fdc5
commit
a85a7b8d89
27 changed files with 2155 additions and 234 deletions
|
|
@ -1,3 +1,5 @@
|
|||
line-length = 100
|
||||
|
||||
[lint]
|
||||
extend-select = [
|
||||
# "PLC0103", # invalid-name
|
||||
|
|
|
|||
Reference in a new issue