issues
search
DanielPerezJensen
/
mapc-uva
The UVA's entry into the Multi Agent Programming Contest
https://multiagentcontest.org/
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump werkzeug from 1.0.1 to 2.2.3
#94
dependabot[bot]
opened
1 year ago
0
Bump cryptography from 3.3.2 to 39.0.1
#93
dependabot[bot]
opened
1 year ago
0
Bump certifi from 2020.6.20 to 2022.12.7
#92
dependabot[bot]
opened
1 year ago
0
Bump tensorflow from 2.5.3 to 2.9.3
#91
dependabot[bot]
opened
2 years ago
0
Bump protobuf from 3.15.0 to 3.18.3
#90
dependabot[bot]
opened
2 years ago
0
Bump lxml from 4.6.5 to 4.9.1
#89
dependabot[bot]
opened
2 years ago
0
Bump numpy from 1.21.0 to 1.22.0
#88
dependabot[bot]
opened
2 years ago
0
Bump tensorflow from 2.5.3 to 2.7.2
#87
dependabot[bot]
closed
2 years ago
1
Bump tensorflow from 2.5.3 to 2.6.4
#86
dependabot[bot]
closed
2 years ago
1
Bump numpy from 1.18.4 to 1.21.0
#85
dependabot[bot]
closed
2 years ago
0
Bump protobuf from 3.12.2 to 3.15.0
#84
dependabot[bot]
closed
2 years ago
0
Bump tensorflow from 2.3.1 to 2.5.3
#83
dependabot[bot]
closed
2 years ago
0
Bump lxml from 4.5.0 to 4.6.5
#82
dependabot[bot]
closed
2 years ago
0
Bump babel from 2.8.0 to 2.9.1
#81
dependabot[bot]
closed
2 years ago
0
Bump tensorflow from 2.3.1 to 2.5.1
#80
dependabot[bot]
closed
2 years ago
1
Bump urllib3 from 1.25.9 to 1.26.5
#79
dependabot[bot]
closed
2 years ago
0
Bump tensorflow from 2.3.1 to 2.5.0
#78
dependabot[bot]
closed
3 years ago
1
Bump rsa from 4.6 to 4.7
#77
dependabot[bot]
closed
2 years ago
0
Bump lxml from 4.5.0 to 4.6.3
#76
dependabot[bot]
closed
2 years ago
1
Bump pygments from 2.6.1 to 2.7.4
#75
dependabot[bot]
closed
2 years ago
0
Bump pyyaml from 5.3.1 to 5.4
#74
dependabot[bot]
closed
2 years ago
0
Bump jinja2 from 2.11.2 to 2.11.3
#73
dependabot[bot]
closed
2 years ago
0
Bump aiohttp from 3.5.4 to 3.7.4
#72
dependabot[bot]
closed
2 years ago
0
Bump cryptography from 3.2 to 3.3.2
#71
dependabot[bot]
closed
2 years ago
0
Bump lxml from 4.5.0 to 4.6.2
#70
dependabot[bot]
closed
3 years ago
1
Bump tensorflow from 2.2.0 to 2.3.1
#69
dependabot[bot]
closed
4 years ago
0
Bump cryptography from 2.9 to 3.2
#68
dependabot[bot]
closed
4 years ago
0
Bump tensorflow from 2.2.0 to 2.2.1
#67
dependabot[bot]
closed
4 years ago
1
Add examples
#66
TimStolp
closed
4 years ago
0
Added example file, please add your examples to this branch and it will be merged
#65
DanielPerezJensen
closed
4 years ago
0
Update README.md
#64
DanielPerezJensen
closed
4 years ago
0
Added requirements file
#63
DanielPerezJensen
closed
4 years ago
0
Added server configuration to repo
#62
DanielPerezJensen
closed
4 years ago
4
We should keep a copy of the server configuration we use for this research
#61
DanielPerezJensen
closed
4 years ago
0
Duplicate intentions can now be added to queue
#60
DanielPerezJensen
closed
4 years ago
0
Added generator agent that can generate and store paths
#59
DanielPerezJensen
closed
4 years ago
0
Added drop intention using the context
#58
DanielPerezJensen
closed
4 years ago
1
We need a way to generate paths using our algorithm
#57
DanielPerezJensen
closed
4 years ago
0
Add drop_intention using the context
#56
DanielPerezJensen
closed
4 years ago
0
Updated navigation heuristic for map looping
#55
lucweytingh
closed
4 years ago
0
Expanded README with usage and other things
#54
DanielPerezJensen
closed
4 years ago
0
Bugfix: forgot () after calling current_node
#53
DanielPerezJensen
closed
4 years ago
0
There needs to be a way to tag agents with an ID
#52
YassinAbdelrahman
opened
4 years ago
7
move _manhattan_distance(coords1, coords2) from builder to agent
#51
YassinAbdelrahman
closed
4 years ago
2
Find the middle of the goal state
#50
YassinAbdelrahman
opened
4 years ago
2
Splits current_info into two functions
#49
DanielPerezJensen
closed
4 years ago
2
Should we treat the dictionary of nodes in graph as a defaultdict instead of a normal dict?
#48
DanielPerezJensen
closed
4 years ago
1
Why are we storing the current Node the agent is on as a dictionary?
#47
DanielPerezJensen
closed
4 years ago
5
Confusing usage of the word node
#46
DanielPerezJensen
closed
4 years ago
1
Mapper
#45
dorian4840
closed
4 years ago
1
Next