This is a PyTorch implementation of Exploration by Random Network Distillation paper.
CUDA_VISIBLE_DEVICES=0
python train.py
python enjoy.py
tensorboard --logdir runs
Open in browser http://localhost:6006
This is a PyTorch implementation of Exploration by Random Network Distillation paper.
CUDA_VISIBLE_DEVICES=0
python train.py
python enjoy.py
tensorboard --logdir runs
Open in browser http://localhost:6006