Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ccb581c
Removed deprecated cpp triangulation
gbutb Jun 10, 2024
ef37f8c
Added Environment interface. Added MultiEnvironment
gbutb Jun 10, 2024
1f31db9
Added random_state to env interface
gbutb Jun 10, 2024
b4660e4
Updated naming: R() -> fitness()
gbutb Jun 10, 2024
1279c56
Added agent
gbutb Jun 10, 2024
392aa7a
Added utils for training agents
gbutb Jun 10, 2024
c1d8c14
Added walk_agent(). Updated num_actions
gbutb Jun 10, 2024
7032707
Merge pull request #1 from elliheyes/main
gbutb Jun 10, 2024
32ab1e4
Added TriangulationEnvironment
gbutb Jun 11, 2024
5dd257c
Update Readme.md
elliheyes Jun 11, 2024
8fc0bbb
Delete example.py
elliheyes Jun 11, 2024
b54e11c
Delete Elli/poly/GA_poly.py
elliheyes Jun 11, 2024
8b14253
Delete Elli/poly/Working_P.ipynb
elliheyes Jun 11, 2024
c0ef19e
Delete Elli/poly/fitness_poly.py
elliheyes Jun 11, 2024
169b48c
Updated Readme with usage instructions
gbutb Jun 11, 2024
468cce2
Updated MultiEnv to handle all state shapes
gbutb Jun 11, 2024
9c41842
Added HTriangulationEnvironment
gbutb Jun 11, 2024
d5ad5b3
Updated Readme
gbutb Jun 11, 2024
c6ba2b3
Fixed penalty in HTriangulationEnvironment
gbutb Jun 11, 2024
e392313
Fully implemented FibrationEnvironment. Updated Readme. Minor fixes.
gbutb Jun 12, 2024
ee238a1
Replaced main example in Readme with FibrationEnvironment(p,2)
gbutb Jun 12, 2024
c0c56c7
Added get_structure(...) and Agent.walk(...). Updated Readme
gbutb Jun 12, 2024
5584e91
Added example of fibration env
gbutb Jun 12, 2024
5854b4d
Add option to disable is_star() condition
gbutb Jun 18, 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
71 changes: 0 additions & 71 deletions CMakeLists.txt

This file was deleted.

254 changes: 0 additions & 254 deletions Elli/poly/GA_poly.py

This file was deleted.

Loading