random-network-distillation-pytorch
random-network-distillation-pytorch copied to clipboard
Random Network Distillation pytorch
Results
11
random-network-distillation-pytorch issues
Sort by
recently updated
recently updated
newest added
In the [RND paper](https://arxiv.org/pdf/1810.12894.pdf) on page 15, it mentions that extrinsic rewards are clipped in [-1,1]. But in the [official RND code](https://github.dev/openai/random-network-distillation) in atari_wrappers.py it clips extrinsic rewards using the...