Skip to content

Adding Sat pruning task #62

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
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions docs/_library/sat_pruning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: experiment
name: "sat_pruning"
maintainer: "@terraregina"
github: "https://github.com/expfactory-experiments/sat_pruning"
preview: "https://expfactory-experiments.github.io/sat_pruning"
tags:
- test
- jspsych
- experiment
---
Space Adventure Task - Uncertain Planet: a probabilistic sequential decision-making task to test the influence of planning costs on planning depth.
21 changes: 21 additions & 0 deletions sat_pruning/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 terraregina

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 1 addition & 0 deletions sat_pruning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# sat_pruning
28 changes: 28 additions & 0 deletions sat_pruning/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Space Adventure Task - Uncertain Planet",
"template":"javascript",
"exp_id": "SAT_UP",
"url":"none yet",
"contributors": [
"Sia Ivova Hranova; [email protected]",
"Lorenz Goenner; [email protected]",
"Sophia-Helen Sass; [email protected]",
"Michael N. Smolka; [email protected]"
],
"run": [
"js/jquery-3.5.1.min.js",
"js/experiment.js",
"js/parameters.js",
"style.css"
],
"time":60,
"reference": ["not published yet (April 2025)"],
"publish":"False",
"notes": "Language: English",
"description": "a probabilistic sequential decision-making task to test the influence of planning costs on planning depth",
"instructions": "follow instructions on screen"
}




1 change: 1 addition & 0 deletions sat_pruning/config_task.json

Large diffs are not rendered by default.

362 changes: 362 additions & 0 deletions sat_pruning/index.html

Large diffs are not rendered by default.

Loading