readme update
This commit is contained in:
@ -34,8 +34,7 @@
|
|||||||
|
|
||||||
- [ ] How are basins / "attractor areas" shaped?
|
- [ ] How are basins / "attractor areas" shaped?
|
||||||
- Weired.... tbc...
|
- Weired.... tbc...
|
||||||
-
|
-
|
||||||
|
|
||||||
|
|
||||||
# Future Todos:
|
# Future Todos:
|
||||||
|
|
||||||
@ -51,4 +50,4 @@
|
|||||||
|
|
||||||
- Now saving the whole experiment class as pickle dump (`experiment_pickle.p`, just like cristian), hope thats fine.
|
- Now saving the whole experiment class as pickle dump (`experiment_pickle.p`, just like cristian), hope thats fine.
|
||||||
|
|
||||||
- Added a `requirement.txt` for quick venv / pip -r installs. Append as necessary.
|
- Added a `requirement.txt` for quick venv / pip -r installs. Append as necessary.
|
||||||
|
@ -225,7 +225,7 @@ if __name__ == "__main__":
|
|||||||
ST_net_hidden_size = 2
|
ST_net_hidden_size = 2
|
||||||
ST_net_learning_rate = 0.04
|
ST_net_learning_rate = 0.04
|
||||||
ST_name_hash = random.getrandbits(32)
|
ST_name_hash = random.getrandbits(32)
|
||||||
ST_synthetic = False
|
ST_synthetic = True
|
||||||
|
|
||||||
print(f"Running the robustness comparison experiment:")
|
print(f"Running the robustness comparison experiment:")
|
||||||
RobustnessComparisonExperiment(
|
RobustnessComparisonExperiment(
|
||||||
|
Reference in New Issue
Block a user