Hayden Shively
Hayden Shively
```js // TODO TxManager isn't hooked into the Database logic, so we have // to pass along the repay and seize addresses here if (!String(c.ctokenidpay).startsWith("0x")) { const repay = `0x${await...
This is technically an ethers.js feature, but we should be able to use ethers to generate the full abi from the human readable one, and then pass the result to...
Ideally we would only see the notification once per liquidation, but right now it gets triggered once for the repay token and once for the seize token
IDs in the `CTOKEN` table should be constant. The only time they change is if an asset is added/removed from Compound, in which case we could just restart the code....
Part of #1110 I think this really should use `TimeStepBatch`, but as far as I can tell, the `trainer` doesn't have a way of retrieving one of those. It only...
See https://github.com/rlworkgroup/metaworld/pull/154#discussion_r459213695
The only public members of envs should be `step()`, `reset()`, `render()`, `close()`, `action_space`, `observation_space`, and `set_task()`
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...