This website requires JavaScript.
Explore
Help
Sign In
chengming
/
rsl_rl
Watch
1
Star
0
Fork
You've already forked rsl_rl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dbebd60086
rsl_rl
/
.gitignore
13 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial open-source commit
2021-10-27 16:18:22 +08:00
# IDEs
.idea
# builds
*.egg-info
# cache
__pycache__
.pytest_cache
# vs code
Updates RSL-RL to version 2.0 (#14) * Adds files from internal * Updates version to 2.0 * Fix to split and pad for rnn policies (#15) * Small fix to adapt to new configs from orbit (#16) * Fixes dummy config * Adds onnx to deps * Adds contributors --------- Co-authored-by: Nikita Rudin <48368649+nikitardn@users.noreply.github.com>
2023-11-02 07:43:02 +08:00
.vscode