rework folder structure complitly
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from server.GameBoard import GameBoard
|
||||
from server.Dataset import Dataset
|
||||
from server.dataset.Dataset import Dataset
|
||||
|
||||
from datetime import datetime
|
||||
import json, time
|
||||
@@ -55,8 +55,8 @@ class EdgeDB:
|
||||
calculations = snake_calulations[i] if i < len(snake_calulations) else []
|
||||
calculations.append({
|
||||
"dataset": {
|
||||
"is_good_move": labels_by_turn.get(moves[i]["turn"], False)
|
||||
}
|
||||
"is_good_move": labels_by_turn.get(moves[i]["turn"], False)
|
||||
}
|
||||
})
|
||||
data.append({
|
||||
"turn": moves[i]["turn"],
|
||||
|
||||
Reference in New Issue
Block a user