issues
search
kevanoullio
/
apples-to-apples-agent
Apples-to-Apples game with AI agent using various natural language processing and machine learning techniques.
GNU General Public License v3.0
0
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
csv data analysis
#67
kevanoullio
closed
1 month ago
0
Add a second heatmap that displays percentages in the heatmap instead of absolute values
#66
kevanoullio
opened
1 month ago
0
Finish implementing Data Analysis module that uses .csv content
#65
kevanoullio
opened
1 month ago
0
Update README.md
#64
kevanoullio
closed
2 months ago
0
Fixed total elapsed time bug, moved printing option to -P argument flag.
#63
kevanoullio
closed
2 months ago
0
New stats save to csv, consolidated filepath logic
#62
kevanoullio
closed
2 months ago
0
Make a custom subset of Google News dataset that contains only all A2A green/red apple words
#61
kevanoullio
opened
2 months ago
0
Custom vector loader only works on certain Windows machines
#60
kevanoullio
opened
2 months ago
0
Reduced debug printing (much faster), added statistical analysis
#59
kevanoullio
closed
2 months ago
0
fixed the bug
#58
IsaacMcCracken
closed
2 months ago
0
Removed redundant player sorting, added non-AIAgents in vector plotting.
#57
kevanoullio
closed
2 months ago
0
Bug fix, new timer format, new slope and bias plotting
#56
kevanoullio
closed
2 months ago
0
Add line plot that displays Euclidean distance for slope and bias at each round or game
#55
kevanoullio
closed
2 months ago
0
Separate apple sets, timer, vector logging, removed option for losing red vectors
#54
kevanoullio
closed
2 months ago
0
Updated alglorithm results should be much better hopefully
#53
IsaacMcCracken
closed
2 months ago
0
Make custom vector loader Linux compatible
#52
kevanoullio
opened
2 months ago
1
Literalist
#51
IsaacMcCracken
closed
2 months ago
0
Contrarian Archetype Training; 130+ Rounds of Training
#50
oscar4203
closed
2 months ago
0
Custom Loader Fully Integrated.
#49
IsaacMcCracken
closed
2 months ago
0
New plotting, Comedian trained 30 pairs, training mode printing changes
#48
kevanoullio
closed
2 months ago
0
Added option in game driver to print in terminal or not.
#47
kevanoullio
closed
2 months ago
0
Added agent_archetypes folder to github.
#46
kevanoullio
closed
2 months ago
0
Fixed game_state csv logging
#45
kevanoullio
closed
2 months ago
0
Update the README file
#44
kevanoullio
opened
2 months ago
0
Add a requirements.txt and/or environment.yml file for easy installation
#43
kevanoullio
opened
2 months ago
0
Add another stats figure that visualizes which agents are being chosen by which agent
#42
kevanoullio
closed
2 months ago
0
Integration of new data classes, see all commits
#41
kevanoullio
closed
2 months ago
0
Resulting "score" in model is the exact same in every round/game
#40
kevanoullio
closed
2 months ago
1
Enhance data_analysis to include statistics about round winners
#39
kevanoullio
closed
2 months ago
0
"Pretrained vectors must have at least 2 vectors"; See Description
#38
oscar4203
closed
2 months ago
0
"Vector Dimensions do not match"; See Description
#37
oscar4203
closed
2 months ago
0
Latest bug fixes, see commits
#36
kevanoullio
closed
3 months ago
0
Add a game_driver() prompt option or input argument for W2V or BERT embeddings
#35
kevanoullio
opened
3 months ago
0
Duplicate red apples show up in the same player's hand, in the same round, in the same game.
#34
kevanoullio
closed
2 months ago
0
Implement mechanism for measuring CPU/Ram usage for each function, fix largest bottlenecks
#33
kevanoullio
opened
3 months ago
0
Latest updates to dev
#32
kevanoullio
closed
3 months ago
0
Added helper functions for choosing winning red apples, general code …
#31
kevanoullio
closed
3 months ago
0
Keep track of all tied best_scores, build function to randomize selection of ties
#30
kevanoullio
opened
3 months ago
0
AssertionError: x_vector_array must have more than 1 row
#29
kevanoullio
closed
3 months ago
0
Loaded pretrain vector data is overwritten by new training
#28
kevanoullio
closed
3 months ago
0
AssertionError: Vector dimensions do not match
#27
kevanoullio
closed
3 months ago
3
Finished fixing train_model() and load_vectors() and save_vectors()
#26
kevanoullio
closed
3 months ago
0
Finish implementing the custom loader
#25
kevanoullio
closed
2 months ago
0
Elements in denom are 0
#24
kevanoullio
closed
3 months ago
0
Fixed: In linear_regression() => denom = NaN, incorrect n and sum.
#23
kevanoullio
closed
3 months ago
0
Vectors need to be normalized to avoid '0', 'inf', and 'NaN' values
#22
kevanoullio
closed
3 months ago
0
Fixed 'AssertionError: Vector dimensions do not match' bug
#21
kevanoullio
closed
3 months ago
0
AssertionError: Vector dimensions do not match
#20
kevanoullio
closed
3 months ago
0
All elements in the "denom" vector are always NaN
#19
kevanoullio
closed
3 months ago
0
Adding newest commits with bug fixes
#18
kevanoullio
closed
3 months ago
0
Next