HoaxParagon
HoaxParagon
I've been trying to get this working for a few hours now and so far your solution is the easiest to implement (in theory) though I haven't been able to...
Is there any way to speed up training and get the program to use more GPU?
How would I prevent the model from updating W/Bs while doing testing? I'd like to get one model with better generalization and I think I can do that if it...
```python # Calculate reward def get_reward(self): if self.episode_orders > 1 and self.episode_orders > self.prev_episode_orders: self.prev_episode_orders = self.episode_orders if self.trades[-1]['type'] == "buy" and self.trades[-2]['type'] == "sell": reward = self.trades[-2]['total']*self.trades[-2]['current_price'] - self.trades[-2]['total']*self.trades[-1]['current_price']...
I've enabled the pmu and made it enable charging but the problem is that without a usb-c connector to start the thing it doesn't work. The power switch doesn't do...
I've forked this project in effort to get a repo working for the T-display s3 pro. I've got it uploading and showing info on the screen. The main menus show...
The driver is found on the Lilygo T-Display S3 Pro.
my wallet doesn't show my accounts value and the transaction isn't showing up in history. Manually scanning via 'scan transaction' makes the program stop responding. I used my third receive...