8000 GitHub - ethanabrooks/SAC-JAX: A JAX Implementation of the Soft Actor Critic Algorithm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ethanabrooks/SAC-JAX

 
 

Repository files navigation

SAC-JAX

A JAX Implementation of the Soft Actor Critic Algorithm

Requirements

Best run in docker:

docker build --tag=<your-tag> .

For requirement details consult environment.yml and Dockerfile.

Example run command

python main.py pendulum

This will select the config specified in configs/pendulum.json. Command line arguments can be used to override arguments in config.

Results

To do...

About

A JAX Implementation of the Soft Actor Critic Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.5%
  • Python 1.5%
0