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

V0.1 #89

Merged
merged 92 commits into from
Sep 24, 2020
Merged

V0.1 #89

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
3fb488c
setup v0.1
Sep 18, 2020
8db3ca0
rm \n in comments
Sep 18, 2020
0739290
QuickStart added for docs.scenarios
Sep 21, 2020
d93905b
experiment result of citi bike update to 1-month version
Sep 21, 2020
870a4b3
V0.1 issues installation (#38)
ArthurJiang Sep 21, 2020
a50085d
notebook link added for scenarios
Sep 21, 2020
9aed86e
fix: add missing licenses, refine long lines (#36)
romickid Sep 21, 2020
36baa90
scenario notebook update (#39)
Jinyu-W Sep 21, 2020
f9fdb06
scenario doc modified according to comments
Sep 22, 2020
f90b861
doc correction
Sep 22, 2020
1c1f571
scenario doc modified according to comments
Sep 22, 2020
59d148a
merge with v0.1
Sep 22, 2020
fc8f4a1
remove examples
Sep 22, 2020
a30d5d4
rl toolkit refactoring (#42)
ArthurJiang Sep 22, 2020
5efc96d
fix issue during building playground images (#44)
kaiqli Sep 22, 2020
67e7271
citibike doc modified according to comments
Sep 22, 2020
1420f6d
citibike doc update
Sep 22, 2020
cefc787
scenario experiment result table changed
Sep 22, 2020
e6ca9ad
Merge branch 'v0.1' into v0.1_docs_scenario
Sep 22, 2020
4b1537b
Merge branch 'v0.1' into v0.1_doc_correction
Sep 22, 2020
61a14b2
Merge pull request #40 from microsoft/v0.1_doc_correction
Jinyu-W Sep 22, 2020
6d4fab9
annotate the empty experiment results
Sep 22, 2020
7a945a5
Merge branch 'v0.1' into v0.1_docs_scenario
Sep 22, 2020
6041a04
Merge pull request #37 from microsoft/v0.1_docs_scenario
Jinyu-W Sep 22, 2020
dc7d24c
merge master into v0.1 for later merging (#47)
chaosddp Sep 22, 2020
24e9a5e
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
07a232c
Merge branch 'master' into v0.1
Sep 22, 2020
181526f
refine readme
Sep 22, 2020
ba91712
Merge branch 'master' into v0.1
Sep 22, 2020
4dd87ac
fix: recursive copy instead of plain copy (#45)
romickid Sep 22, 2020
e68ddb9
update maro overall image
Sep 22, 2020
6ada59f
Merge branch 'v0.1' of https://github.com/microsoft/maro into v0.1
Sep 22, 2020
75736df
typo
Sep 22, 2020
47f5d62
add key components
Sep 22, 2020
3d5065f
fix deployment issue in multi envs (#49)
zhawan Sep 22, 2020
a651bb8
typo
Sep 22, 2020
36e6cfa
refine introduction
Sep 22, 2020
ebc8618
fix typo
Sep 22, 2020
8637a68
Merge branch 'master' into v0.1
Sep 22, 2020
5ecb207
fix readme
Sep 22, 2020
7fbeae7
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
5131133
refine readme
Sep 22, 2020
5a2bd1a
Merge branch 'v0.1' of https://github.com/microsoft/maro into v0.1
Sep 22, 2020
4911874
refine readme
Sep 22, 2020
aa682dc
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
f2ad3e9
update readme docs link
Sep 22, 2020
f2b811f
fix ~/.maro not exist issue in build (#52)
zhawan Sep 22, 2020
4be8c8f
refine logo
Sep 22, 2020
1586d35
fix toctree
Sep 22, 2020
0737f5a
fix & feat: invalid filename & maro grass status (#51)
romickid Sep 22, 2020
fca949c
refine
Sep 22, 2020
b714a15
refine
Sep 22, 2020
6257882
Merge branch 'v0.1' of https://github.com/microsoft/maro into v0.1
Sep 22, 2020
33641ce
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
ef485fa
V0.1 test store update (#58)
ysqyang Sep 23, 2020
1a5da08
rename ecr 2 cim (#62)
chaosddp Sep 23, 2020
79c5a7e
V0.1 rename to cim in example (#63)
ysqyang Sep 23, 2020
4e0c8ef
fix ut issue under window, now all runpass (#64)
chaosddp Sep 23, 2020
41296bc
V0.1 ecr rename (#65)
Jinyu-W Sep 23, 2020
9e921dd
temporarily disable weather, fix station id issue (#66)
zhawan Sep 23, 2020
9065110
V0.1 ecr rename (#67)
Jinyu-W Sep 23, 2020
823c8b4
change the keys in metrics (#68)
chaosddp Sep 23, 2020
c90ee62
update setup
Sep 23, 2020
0541786
Merge branch 'master' into v0.1
Sep 23, 2020
c52ab3a
Update build_wheel.yml
ArthurJiang Sep 23, 2020
84b10ab
Update build_wheel.yml
ArthurJiang Sep 23, 2020
9084b66
Update build_wheel.yml
ArthurJiang Sep 23, 2020
db0091f
Update build_wheel.yml
ArthurJiang Sep 23, 2020
030c4e7
rm install from PyPi
Sep 23, 2020
0a8699c
Merge branch 'master' into v0.1
Sep 23, 2020
8f94f4b
V0.1 cim nb (#70)
ysqyang Sep 23, 2020
b33786c
the font size of doc diagrams is enlarged (#73)
Jinyu-W Sep 23, 2020
fdaa133
str() and repr() of DecisionEvent and Action added; notebook output u…
Jinyu-W Sep 23, 2020
cf75a87
Update deploy_gh_pages.yml
ArthurJiang Sep 23, 2020
dd952c5
fix docker build
Sep 23, 2020
ac05707
V0.1 feature docker ci (#77)
ArthurJiang Sep 23, 2020
0e4c9ff
Merge branch 'master' into v0.1
ArthurJiang Sep 23, 2020
9c4ac56
update playground docs
Sep 23, 2020
79c1dbf
fixed a key error in K-step shaper for CIM (#80)
ysqyang Sep 24, 2020
cbff9fd
V0.1 baseline results (#81)
Jinyu-W Sep 24, 2020
c099e8e
duplicated notebook removed
Sep 24, 2020
5ea38f7
update distributed example (#69)
kaiqli Sep 24, 2020
7ba08c1
repalce title with caps
Sep 24, 2020
73d7379
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 24, 2020
78a6662
add test and build badge (#76)
chaosddp Sep 24, 2020
7a7dfda
Merge branch 'master' into v0.1
ArthurJiang Sep 24, 2020
7b0c7a8
V0.1 k step key error fix (#84)
ysqyang Sep 24, 2020
bad607e
Merge branch 'master' into v0.1
ArthurJiang Sep 24, 2020
a553cd3
fixed unpicklable bug in k step shaper (#87)
ysqyang Sep 24, 2020
16ff2a0
Merge branch 'master' into v0.1
Sep 24, 2020
7b7ff3c
Update and rename unittests.yml to test.yml
ArthurJiang Sep 24, 2020
272e748
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: unittest
name: test

on:
# workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion maro/rl/shaping/k_step_experience_shaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def __call__(self, trajectory, snapshot_list):
agent_exp[KStepExperienceKeys.NEXT_ACTION.value].appendleft(next_transition["action"])
agent_exp[KStepExperienceKeys.DISCOUNT.value].appendleft(self._reward_decay ** (min(self._steps, len(trajectory)-1-i)))

return experiences
return dict(experiences)