-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from shyamsn97/dev
Added Sampling class, Simulator class, and better saving functionalities
- Loading branch information
Showing
65 changed files
with
774 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
recursive-include mario_gpt/data/tiles * | ||
recursive-include mario_gpt/simulator/img * | ||
include mario_gpt/simulator/PlayLevel.jar | ||
include mario_gpt/simulator/PlayAstar.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
from mario_gpt.dataset import MarioDataset | ||
from mario_gpt.lm import MarioBert, MarioGPT, MarioLM | ||
from mario_gpt.prompter import Prompter | ||
from mario_gpt.sampler import SampleOutput | ||
|
||
__all__ = ["Prompter", "MarioDataset", "MarioBert", "MarioGPT", "MarioLM"] | ||
__all__ = [ | ||
"Prompter", | ||
"MarioDataset", | ||
"MarioBert", | ||
"MarioGPT", | ||
"MarioLM", | ||
"SampleOutput", | ||
] |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.