Ruslan Rozbeiko

Results 4 issues of Ruslan Rozbeiko

**Describe the bug** It appears that [elegantrl.train.config](https://github.com/AI4Finance-Foundation/ElegantRL/blob/master/elegantrl/train/config.py)`doesn`t contain class 'Arguments'. **To Reproduce** Steps to reproduce the behavior: 1. Run simple script with: `from finrl.agents.elegantrl.models import DRLAgent as DRLAgent_erl` **Error I...

bug

Hi, When I am running following code: ```python from whisper_jax import FlaxWhisperPipline import jax.numpy as jnp pipeline = FlaxWhisperPipline("openai/whisper-large-v2", dtype=jnp.bfloat16, batch_size=1) text = pipeline("audio.mp3", task="transcribe", return_timestamps=True) text = pipeline("audio.mp3") ```...

Hint for this [task](https://www.quantconnect.com/learning/task/145/customizing-universe-settings) has error: It says: `self.UniverseSettingsUniverseSettings` but it should be: `self.UniverseSettings`

Strategy here will fail with error: https://www.quantconnect.com/tutorials/strategy-library/book-to-market-value-anomaly. Reassigning such as: `i.MarketCap = ...` causes an error. MarketCap can be accessed using `fine` without calculation.