Commit
·
3e8854b
1
Parent(s):
caa963d
change replay video
Browse files- .gitignore +1 -0
- README.md +1 -1
- replay.mp4 +2 -2
.gitignore
CHANGED
@@ -160,3 +160,4 @@ cython_debug/
|
|
160 |
.idea/
|
161 |
.venv/
|
162 |
env/
|
|
|
|
160 |
.idea/
|
161 |
.venv/
|
162 |
env/
|
163 |
+
videos/
|
README.md
CHANGED
@@ -33,7 +33,7 @@ pip install -r requirements.txt
|
|
33 |
pip install --upgrade "jax[cuda12_pip]==0.4.13" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
34 |
```
|
35 |
|
36 |
-
## Citing `
|
37 |
```
|
38 |
@article{vincent2024iterated,
|
39 |
title={Iterated $ Q $-Network: Beyond the One-Step Bellman Operator},
|
|
|
33 |
pip install --upgrade "jax[cuda12_pip]==0.4.13" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
34 |
```
|
35 |
|
36 |
+
## Citing `iterated Q-Network`
|
37 |
```
|
38 |
@article{vincent2024iterated,
|
39 |
title={Iterated $ Q $-Network: Beyond the One-Step Bellman Operator},
|
replay.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8659b9795fb0787aa7f20f792e4a11810edd77a0e98e312526e4450e783891c
|
3 |
+
size 1335271
|