-
Notifications
You must be signed in to change notification settings - Fork 18
Fix sorting actions #37
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
Open
e-dzia
wants to merge
90
commits into
ParrotPrediction:master
Choose a base branch
from
e-dzia:sort-fix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
1cb8fca
Initial commit
khozzy 1be29d2
Init commit
d84899f
PRNG and rendering the environment
57dcb08
Setup.py file updated
a3a0f2b
Initial position
590afd4
Animat icon changed
33a183d
New environments added
22e0570
Do not render the environment all the time
7e4e170
Added Travis file
506fb45
Dummy Travis instruction
a9d6dbe
Typo corrected
f3d3eb0
Getting all possible transitions
cd25554
Gym version updated
046fd5c
Add Woods1 environment
719ec07
tests, import, versions fixed
c61ec17
Boolean Multiplexer environment
b599b88
Better package naming
9c36c87
Validation bit for multiplexer
149334b
Bump version
1263547
Fix perception string issue
2ad1126
Setup file changes
5d48e00
Maze4, Maze6, Woods14 added
6ab0d2e
Version bumped
b441b44
Add bigger multiplexer problems
92a83c2
RC
a36dc34
Fixes to Travis config file
80d7b24
Skip cleanup in travis
5a3d6f4
Real Multiplexer
f42c440
Fix boolean MPX states
7613852
added function _run_action_planning
e-dzia e172393
added explanatory comments
e-dzia f4a5be8
Merge branch 'master' of http://github.com/e-dzia/pyalcs-private
e-dzia 950870f
added handeye env (not finished)
e-dzia 4eb972b
changed calculate_performance function
e-dzia d1681c5
failed merge
e-dzia c9b3413
Revert "failed merge"
e-dzia 364bcd1
action planning in progress
e-dzia c335d1e
implemented exists_classifier in ClassifiersList
e-dzia 2ba36cf
merged with action_planning branch
e-dzia 9e222b1
merged with ParrotPrediction/master
e-dzia 7d74761
working on TypeError: 'Perception' object does not support item assig…
e-dzia 22fb4ec
made some changes to be compatible with ParrotPrediction/masteR
e-dzia dd23a8a
undid some changes in original C++ code
e-dzia 7bd9ad0
deleted unused imports from examples/handeye
e-dzia 93bab07
fixed line length
e-dzia 136c5ff
added strategies/action_planning.py
e-dzia ab275f2
moved searching goal sequence to another class and added tests
e-dzia 10d6608
added script to plot results
e-dzia a622a47
added some graphs
e-dzia 8488943
added most required changes in code
e-dzia be96cf4
something went wrong
e-dzia 5bb851a
Revert "something went wrong"
e-dzia d6cdb29
fixed tests
e-dzia 9491017
added type hinting in action_planning.py
e-dzia 022d976
added type hinting in Classifier.py
e-dzia 2860274
added type hinting in agents/acs2
e-dzia 6de71e1
added type hinting in strategies/action_planning
e-dzia bc8b851
type hinting is now in every function
e-dzia dcdc4e2
merge with ParrotPrediction/master
e-dzia 9edee9d
more changes because of the last merge
e-dzia a9fd61b
merge with ap-rev-09-22
e-dzia 8f86eb6
added notebooks
e-dzia cb7ed26
added notebook
e-dzia 1393451
result_handeye works
e-dzia 5908f97
results_handeye makes plots for both ap and no ap
e-dzia 512c2ea
results_handeye makes plots for both ap and no ap
e-dzia 6ef1422
line was too long
e-dzia f42a323
ready to test
e-dzia 58058e6
changed titles in results_handeye
e-dzia 660e882
added results for 100 experiments
e-dzia ee6ae20
rename results_handeye
e-dzia de86fee
renamed directories
e-dzia 9de1811
added notebook with 100 experiments
e-dzia 77fc328
merged ap-rev-09-22
e-dzia 8510f92
changes due to PEP8
e-dzia df83e28
changes due to PEP8 etc
e-dzia 3f076a5
minor changes
e-dzia a084077
tests for search one for/backward step
e-dzia 7a307ef
test for search goal sequence
e-dzia 0a6ffea
added tests for HandEye
e-dzia 8b15476
experiments of HandEye4
e-dzia fad7243
Merge branch 'ap-tests'
e-dzia 4e83ab7
added results for HandEye5
e-dzia e7bbc91
required changes
e-dzia 8073e46
updated notebooks and deleted pdf result files
e-dzia d646697
added important mean results
e-dzia 360387c
moved HandEye notebook to notebooks dir
e-dzia 69f6cbc
added important pdfs
e-dzia f516951
fix: sorting when one element is NoneType
e-dzia 8d8fe92
Merge remote-tracking branch 'parrot/master' into sort-fix
e-dzia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What causes that error?
It's a hack, but does not solve the cause of the problem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It only happens when actions are None, but I don't know the cause of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even with this hack, there are sometimes other errors caused by action being None, so I guess this hack doesn't even solve the error.