soegaard2
2020-5-30 15:54:31

Found this. Now I am confused at a higher level :slightly_smiling_face: https://wiki.archlinux.org/index.php/HiDPI


michaelmmacleod
2020-5-30 16:03:50

I’ve actually got a hidpi screen, but I avoid any problems by scaling everything up using the x server instead of by application.



amirouche.boubekki
2020-5-30 21:02:48

@amirouche.boubekki has joined the channel


notjack
2020-5-30 22:27:59

Could someone with write permissions to racket/ transfer this issue to the racket/scribble repo? https://github.com/racket/racket/issues/3226


maueroats
2020-5-31 01:40:22

@maueroats has joined the channel


notjack
2020-5-31 05:49:15

Sokoban levels get complicated fast


amirouche.boubekki
2020-5-31 06:04:36

Hello all!


laurent.orseau
2020-5-31 06:09:08

Pretty sure that’s the number of nodes in your search tree, not the number of states, which is 15 ;) Looks like someone needs transposition tables?


laurent.orseau
2020-5-31 06:10:18

I definitely recommend the Microban levels for starters, not the original XSokoban levels.


notjack
2020-5-31 06:24:04

it’s neither: it’s the maximum possible branching factor


notjack
2020-5-31 06:24:46

the planner takes an initial state and a set of all possible actions that can be applied, and actions may not be applicable in a particular state


notjack
2020-5-31 06:25:43

so it doesn’t derive a set of applicable actions from the state at each node in the search space - the set of actions is computed ahead of time and then each state filters that set down to just the actions that are applicable in that specific state


notjack
2020-5-31 06:26:27

hmm, actually I’m gonna add a sokoban-applicable-actions function to make this distinction clearer


notjack
2020-5-31 06:36:53