sebnapi

Results 7 issues of sebnapi

**Is your feature request related to a problem? Please describe.** The pdf import for Swissqoute is only in German. **Describe the solution you'd like** I'd like to pdf import swissqoute...

**Is your feature request related to a problem? Please describe.** While researching how to build my own extractor I noticed the architecture is a bit rigid. I think with people...

This happens when the user starts to drag outside of drag-queen-view and continues his move over the drag-queen-view. ``` 05-11 00:58:01.537 29335-29335/com.whiterabbit.dragqueen E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.whiterabbit.dragqueen, PID: 29335...

When running: df_summary = ensemble_agent.run_ensemble_strategy(A2C_model_kwargs, PPO_model_kwargs, DDPG_model_kwargs, timesteps_dict) I run into this issue: https://github.com/DLR-RM/stable-baselines3/issues/1151 "You tried to create multiple environments, but the function to create them returned the same instance...

bug

This drove me crazy, there are many deprecation warnings with tensorflow and numpy, especially because you don't specify any versions or requirements. This line was the problem: https://github.com/ClementPerroud/Gym-Trading-Env/blob/6d7b773b3ef4172fe5b2251b25f5d0f6557a3a42/src/gym_trading_env/environments.py#L14-L15 Over night...

I just wanted to write my own environment that works a bit differently. I noticed that it already is made quite well, so that it is easy to extend. In...