Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewVersion: Fixes & Improvements (e.g. Cost Assessment&Tracking, Azure, +more) #152

Open
wants to merge 62 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
3da4834
fix(backend): replace deprecated models.
drudilorenzo Apr 26, 2024
c7d7968
feat: simplify execution w/ scripts.
drudilorenzo Apr 26, 2024
0de1b36
feat: add cost logging.
drudilorenzo Apr 27, 2024
09d7ae2
fix: fix scripts.
drudilorenzo May 3, 2024
bb269be
feat: cost logging improvement.
drudilorenzo May 3, 2024
c7932d9
feat: add cost logger singleton.
drudilorenzo May 3, 2024
afb52d8
feat: thread-safe singleton.
drudilorenzo May 3, 2024
ece4f11
fix: remove clustrmaps.
drudilorenzo May 6, 2024
11e4aaa
fix: create movement directory.
drudilorenzo May 6, 2024
67ff092
feat: improve project config.
drudilorenzo May 7, 2024
7a599b5
tbd: add current bug.
drudilorenzo May 7, 2024
735c15e
feat: untrack temp file.
drudilorenzo May 7, 2024
9c8d2f6
Add readme.
drudilorenzo May 7, 2024
3e93bde
Update README.md
drudilorenzo May 7, 2024
433fdd2
Update README.md
drudilorenzo May 7, 2024
11f385e
Update README.md
drudilorenzo May 7, 2024
4dda6d2
(docs): improve readme.
drudilorenzo May 13, 2024
4a36e0b
feat: log on file.
drudilorenzo May 14, 2024
b71edf6
feat: create directory.
drudilorenzo May 14, 2024
e017db1
(exec): add skip-morning simulation.
drudilorenzo May 15, 2024
b4f59aa
(scripts): improve backend scripts.
drudilorenzo May 15, 2024
e8a73ad
feat: restart execution in case of failure.
drudilorenzo May 15, 2024
b9f160f
(docs): improve readme.
drudilorenzo May 15, 2024
f1cec26
Update README.md
drudilorenzo May 15, 2024
5b61652
Update README.md
drudilorenzo May 15, 2024
012fe0e
add tracing func, add fake get for frontend refresh, add data files
Laz4rz May 16, 2024
69e5a6c
add setup info
Laz4rz May 16, 2024
39aa57b
feat: save checkpoints.
drudilorenzo May 17, 2024
8ae36ef
add test elections setup with 5 voters
Laz4rz May 18, 2024
fae94f0
fix base files in .gitignore
Laz4rz May 18, 2024
3441f2c
fix elections setup
Laz4rz May 18, 2024
91f7e06
feat: execution w/o ui.
drudilorenzo May 22, 2024
aedbea9
Update README.md
drudilorenzo May 22, 2024
46d5bcf
feat: track utils file.
drudilorenzo May 22, 2024
6845136
fix: fix requirements.
drudilorenzo May 22, 2024
b8ec715
fix: fix logger version.
drudilorenzo May 22, 2024
aec198e
add browser path support
Laz4rz May 22, 2024
2fa41d4
add survey ipynb, add direct access to agent analysis
Laz4rz May 22, 2024
510d586
add single and multisurveys, expand on direct interview access
Laz4rz May 22, 2024
708bbfa
update potential election setup problems
Laz4rz May 23, 2024
54b8b80
finish test 2 + 5 results
Laz4rz May 23, 2024
cbe62b1
fix steps diff count for filtered
Laz4rz May 23, 2024
905a6bd
fix: update curr time.
drudilorenzo May 24, 2024
bdd6714
feat: improve autorun script.
drudilorenzo May 24, 2024
723383f
fix steps diff count for filtered
Laz4rz May 24, 2024
1d59997
fix test setup
Laz4rz May 24, 2024
9f84da3
add ideas and todo
Laz4rz May 24, 2024
e49b730
add reversed setup
Laz4rz May 24, 2024
bbfef12
feat: Add port config.
drudilorenzo May 25, 2024
30f8fce
fix: issue 111.
drudilorenzo May 25, 2024
1ddd137
fix: fix log file name.
drudilorenzo May 25, 2024
c0c5e1f
add zoom on Z and X
ketsapiwiq May 20, 2024
c9fd23a
fix: close thread.
drudilorenzo May 25, 2024
2e14d27
feat: limit cpu usage.
drudilorenzo May 25, 2024
a94028b
Merge pull request #3 from ketsapiwiq/zoom
drudilorenzo May 27, 2024
e41d767
fix(ui): lower zoom speed.
drudilorenzo May 27, 2024
076a1b5
Update README.md
drudilorenzo May 27, 2024
4811e90
fix: no ui run.
drudilorenzo May 27, 2024
913f73f
Refactor.
drudilorenzo May 28, 2024
1cb6562
Update README.md
drudilorenzo May 28, 2024
2529d08
Update README.md
drudilorenzo May 28, 2024
0db6021
fix output parsing
drudilorenzo Jun 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor.
drudilorenzo committed May 28, 2024
commit 913f73f5dfde968a91acd437c6030f6b49cd6c50
2 changes: 1 addition & 1 deletion reverie/backend_server/automatic_execution.py
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ def save_checkpoint(rs, idx: int, th: Process) -> Tuple[str, int, int]:


if __name__ == '__main__':
checkpoint_freq = 2 # 1 step = 10 sec
checkpoint_freq = 200 # 1 step = 10 sec
log_path = "cost-logs" # where the simulations' prints are stored
idx = 0
origin, target, tot_steps, ui, browser_path, port = parse_args()
2 changes: 1 addition & 1 deletion run_frontend.sh
Original file line number Diff line number Diff line change
@@ -17,4 +17,4 @@ else
PORT=$1
fi

python ${FRONTEND_SCRIPT_FILE} runserver ${PORT}
python3 ${FRONTEND_SCRIPT_FILE} runserver ${PORT}