-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ability to observe placement of non-agent placeable blocks * Fix loud broken pipe error on data loading framework * Add action_space and observation_space to data pipeline * Made obsevation space a member of data class * Add spaces to package * Add other type to handlers * test handlers * Add debug flags to data pipeline to reduce typical printing * Enable debug flag in pipeline * use logger log levels * Expose logger * Unexpose logger * Add queue size parameter * Add debug statements * debug for days * debug for days * Add ability to observe placement of non-agent placeable blocks * Fix loud broken pipe error on data loading framework * Add action_space and observation_space to data pipeline * Made obsevation space a member of data class * Add other type to handlers * test handlers * Add debug flags to data pipeline to reduce typical printing * use logger log levels * Expose logger * Unexpose logger * Add queue size parameter * Reveering changes. * Addding data versioning. * Updating Malmo for gamma fix. * Update load_data to use current environment * Update load_data function * Align data based on actual number of frames in recording * A workable stream viewer! * Making stream viewer a module in minerl. * Adding a new streamviewier script. * viewier. * Windows requirement.txt * Updating. * Updating one more time. * Importing on windows. * need more color * Updating your cool applicaton.xtxt * yeah dude! * remove debug * Added version support to download script * Updating the head to support the new viewer. * Updating viewer to support reward plots. * Updating the new data viewer. * Add ability to return metadata in seq_iter * Fix metadata * Fix metadata * Pushing. code. * Update load data * Add metadat if not there * Fix * Deprecating seq_iter. * Increase timeout in download script closes #131 * Remove teleport observation for final state * Allowing for random streams. * Fix minerl data download version * Fix minerl data download version * Update documentation for data pipeline * Update setup.py * Delete mc_1.log * Update documentation for data itter * Updating the documentation. * Updating Malmo version * Updating the viewer for the new version of python3.5. Why oh why matplotlib :( * Adding a dependency for pySmartDL. * Adding new updates. * Yes.
- Loading branch information
Showing
18 changed files
with
922 additions
and
96 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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "minerl/env/Malmo"] | ||
path = minerl/env/Malmo | ||
url = https://github.com/cmu-rl/Malmo.git | ||
[submodule "minerl/dependencies/pySmartDL"] | ||
path = minerl/dependencies/pySmartDL | ||
url = https://github.com/minerllabs/pySmartDL.git |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
File renamed without changes.
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,2 +1,5 @@ | ||
|
||
import minerl.dependencies | ||
import minerl.data | ||
import minerl.env | ||
import minerl.env | ||
import minerl.env.spaces as spaces |
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
Oops, something went wrong.