Commit 4f05f0c
authored
MineRL 0.2.0 [rebased] (#136)
* 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.1 parent 913dd02 commit 4f05f0c
File tree
18 files changed
+922
-96
lines changed- docs/source
- assets
- tutorials
- minerl
- data
- dependencies
- env
- tests/excluded
18 files changed
+922
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
32 | 28 | | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | | - | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
41 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
0 commit comments