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

New experiments features (model/agent/representation comparison, ...) #37

Open
wants to merge 236 commits into
base: master
Choose a base branch
from

Conversation

3rdCore
Copy link
Collaborator

@3rdCore 3rdCore commented Jun 6, 2022

No description provided.

louis-gautier and others added 30 commits April 12, 2022 11:15
Copy link
Collaborator

@gostreap gostreap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove most of the old files to run the experiments (agents*.jl, features.jl etc...) and leave only one as an example.

@@ -50,5 +50,28 @@ end

function SeaPearl.set_reward!(::Type{SeaPearl.EndingPhase}, lh::SeaPearl.LearnedHeuristic{SR,NQueenReward,O}, model::SeaPearl.CPModel, symbol::Union{Nothing,Symbol}) where {SR <: SeaPearl.AbstractStateRepresentation,O <: SeaPearl.ActionOutput}
lh.current_reward += 100 / model.statistics.numberOfNodes
# Getting the number of conflicts on nqueens(20)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me that the work related to NQueenReward has been abandoned, not giving good results. The good ideas have been incorporated in the GeneralReward.

@@ -128,16 +127,16 @@ function trytrain(nbEpisodes::Int)
experienceTime = now()
dir = mkdir(string("exp_",Base.replace("$(round(experienceTime, Dates.Second(3)))",":"=>"-")))
expParameters = Dict(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of ExpParameters has been dropped.

@jardinetsouffleton
Copy link
Member

What's the status of this PR? Anything interesting we can merge?

@3rdCore
Copy link
Collaborator Author

3rdCore commented Oct 3, 2022

The PR can be merge, it contains many new features for the different experiments we run for the paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants