https://github.com/vfdev-5/langtons_ants_experiments
https://github.com/vfdev-5/langtons_ants_experiments
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vfdev-5/langtons_ants_experiments
- Owner: vfdev-5
- Created: 2023-07-09T09:25:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T09:27:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T10:43:59.548Z (over 1 year ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```
# Get's to the highway from state=22 in 500 steps
python -u main.py --init_state=s22
```
```
python -u main.py --checkpoint=output/20230430-175936_single_ant_plus_4_pixels/checkpoint_1000.pkl --exp_name=repro_single_ant_plus_4_pixels
python -u main.py --checkpoint=output/20230430-175936_single_ant_plus_4_pixels/checkpoint_1000.pkl --exp_name=repro_single_ant_plus_4_pixels --cells_to_remove_from_init_pkl=output/20230430-182205_repro_single_ant_plus_4_pixels/nonvisited_init_cells.pkl
python -u main.py --checkpoint=output/20230430-182757_repro_single_ant_plus_4_pixels_minus_nonvisited/checkpoint_1000.pkl --exp_name=repro_single_ant_plus_4_pixels_minus_nonvisited
```
```
python -u main.py --exp_name=single_ant
python -u main.py --checkpoint=output/20230430-183149_single_ant/checkpoint_9500.pkl --exp_name=repro_single_ant
python -u main.py --checkpoint=output/20230430-183149_single_ant/checkpoint_9500.pkl --exp_name=repro_repro_single_ant_minus_non_visited --cells_to_remove_from_init_pkl=output/20230430-183457_repro_single_ant/nonvisited_init_cells.pkl
```