Sign inSign up

pccl/autorl

By pccl

•Updated over 6 years ago

Image
0

1.1K

pccl/autorl repository overview

⁠AUTO RL

CI Documentation

⁠requirements

  • python3.7

⁠usage

To run NAS⁠:

# python3 -m venv .venv && source .venv/bin/activate
# pip3 install -r requirements.txt
python3 autorl/nas_rainbow_launcher.py

or with Docker⁠:

docker run -dP --name=autorl --gpus=all \
    -v $PWD/.runs/:/workspace/.runs/ \
    -v $PWD/.data/:/workspace/.data/ \
    pccl/autorl

or simply:

./run.sh

⁠contributing

Contributions are welcome! See CONTRIBUTING.md⁠.

Tag summary

Content type

Image

Digest

Size

2.6 GB

Last updated

over 6 years ago

docker pull pccl/autorl