KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
PROTO
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
dbt-python-hands-on-lab-snowpark
:
No description available.
Django-AI-site
:
Video: https://www.youtube.com/watch?v=4kI9TqCS6uY | The Django AI Site is a web application that combines Django with AI technologies to help users solve code problems.
awesome-leetcode-algorithms-solutions
:
No description available.
SSRF
:
SSRF docker file
medium-nest-prisma
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PROTO
?
Download (.md)
# PROTO: Iterative Policy Regularized Offline-to-Online Reinforcement Learning ## How to run the code ### Install dependencies These are the same setup instructions as in [Implicit Q-Learning](https://github.com/ikostrikov/implicit_q_learning). ```bash pip install --upgrade pip pip install -r requirements.txt # Installs the wheel compatible with Cuda 11 and cudnn 8. pip install --upgrade "jax[cuda]>=0.2.27" -f https://storage.googleapis.com/jax-releases/jax_releases.html ``` Also, see other configurations for CUDA [here](https://github.com/google/jax#pip-installation-gpu-cuda). ### Example training code Locomotion ```bash bash 2online_mujoco.sh bash 2online_mujoco_td3.sh ``` AntMaze ```bash bash 2online_antmaze.sh bash 2online_antmaze_td3.sh ``` Adroit ```bash bash 2online_adroit.sh bash 2online_adroit_td3.sh ```