You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ bash cwhh.sh # run it on a task
39
39
```
40
40
41
41
We were using [Sacred](https://github.com/IDSIA/sacred) with a remote MongoDB for experiment management.
42
-
For release, we changed Scared to log to local files instead.
42
+
For release, we changed Sacred to log to local files instead.
43
43
You can change it back to MongDB if you provide credentials in `modular-rl/src/main.py`.
44
44
45
45
## Acknowledgement
46
46
47
47
- The code is built on top of [SMP](https://github.com/huangwl18/modular-rl) repository.
48
48
- NerveNet Walkers environment are
49
49
taken and adapted from [the original repo](https://github.com/WilsonWangTHU/NerveNet).
50
-
- Initial implementation of the transformers was taken from the [official Pytorch tutorial](https://pytorch.org/tutorials/beginner/transformer_tutorial.html) and modified thereafter.
50
+
- Initial implementation of the transformers was taken from the [official Pytorch tutorial](https://pytorch.org/tutorials/beginner/transformer_tutorial.html) and modified thereafter.
0 commit comments