sebnapi
sebnapi
No I guess he didn't. I'm not looking for a config file where I can define the regex. I guess that gets out of hand quickly as you mentioned. I...
This is certainly possible, but as a software engineer myself I wouldn't go that way. The regular expressions get harder to maintain with each language added. I would use class...
I still need help to run the program, what needs to be run after `clean verify`? after this I only end up with the folders "name.abuchen.portfolio.[...]"
ViewDragHelper expects to see the ACTION_DOWN/ACTION_POINTER_DOWN event in shouldInterceptTouchEvent, to set the mInitialMotionX/mInitialMotionY arrays. Through `isQueenTarget(event)` it can't set the arrays and will crash if it receives the ACTION_MOVE event....
> Sorry for the delayed response, for some reason I never got a notification about this. > > I personally have jupyter installed globally using `pipx`, but you could install...
Is it possible to create a switch in `etc/pyenv.d/install/register-jupyter-kernel.bash` to decide if it should register a kernel?
Don't get any output with vanilla jupyter on MacOS: ``` import ipywidgets import jupyterlab_widgets import tqdm print(ipywidgets.__version__, jupyterlab_widgets.__version__, tqdm.__version__) ``` `8.1.0 3.0.8 4.66.1`
Hey, @XiaoYangLiu-FinRL can you give me some ideas on how to fix that? I don't really understand why the reference is the same, the `StockTradingEnv` object should be always a...
I tried downgrading to stable-baselines3==1.7.0 before the check, that had some other consequences: !pip3 install setuptools==65.5.0 # https://github.com/openai/gym/issues/3176 !pip install git+https://github.com/openai/gym.git@9180d12e1b66e7e2a1a622614f787a6ec147ac40 # https://github.com/openai/gym/issues/3202 !pip install stable_baselines3==1.7.0 But now training wont...
See https://github.com/AI4Finance-Foundation/FinRL/issues/1002#issuecomment-1542871478