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

Finish testing the transfer benchmark #4

Open
16 tasks
deontologician opened this issue Mar 8, 2017 · 0 comments
Open
16 tasks

Finish testing the transfer benchmark #4

deontologician opened this issue Mar 8, 2017 · 0 comments

Comments

@deontologician
Copy link
Contributor

deontologician commented Mar 8, 2017

  • .test_set - high priority
    • returns the correct fold
    • returns no entries from the training set
  • .training_set - high priority
    • returns all entries except from the test set
  • .default_dir - low priority
    • check that it returns something matching a regex
  • .game_agent_filename - low priority
    • check with a regex
  • .fold_agent_filename - low priority
    • check with a regex
  • .tested_agent_filename - low priority
    • check with a regex
  • .ensure_game_agents - medium priority
    • if there's no agent for a game it makes one
    • if there is an agent, it does nothing
  • .test - low priority
    • creates a TestRun
  • .train - low priority
    • creates a TrainingRun
  • .do_folds - high priority
    • all fold_agents get trained
    • fold agents are saved after training
    • a fold agent gets tested on each test game
    • a fold agent results on a game are saved
    • the "tested_agent' is saved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant