dragon28
dragon28
Hello :) When I ran res I got a RuntimeWarning: invalid value encountered in double_scalars obs_normalized = (2.0 * (self.my_data[self.tick_count, i] - self.min[i]) / (self.max[i] - self.min[i])) - 1.0 which...
Hello OpenAI Developers, I am trying to use the deepq.models.cnn_to_mlp() function as stated at below: ``` model = deepq.models.cnn_to_mlp( convs=[(int(env.observation_space.shape[1]/2), int(env.observation_space.shape[1]/2), env.observation_space.shape[0])], hiddens=[200]) act = deepq.learn( env, #q_func=model, network=model, lr=1e-3,...
command: python3 ./run_predict.py --period=5m USDT_BTC error output: [2018-09-13 23:34:38] Using tickers: "USDT_BTC" [2018-09-13 23:34:38] Using period: "5m" [2018-09-13 23:34:38] Fetching USDT_BTC: https://poloniex.com/public?command=returnChartData¤cyPair=USDT_BTC&start=1536822278&end=4294967296&period=300 [2018-09-13 23:34:39] Fetched USDT_BTC (5m) Traceback (most recent...
Hello People, I managed to find some error, when I tested the ES algorithm. ``` python3 -m es_distributed.main master --master_socket_path /tmp/es_redis_master.sock --algo es --exp_file configurations/frostbite_es.json [67/67] file configurations/frostbite_es.json /tmp/es_redis_master.sock --algo...
Hello People, I am getting the following error when I run `. scripts/local_run_exp.sh ga configurations/frostbite_ga.json`, which is the GA experiment ``` Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193,...
Hello People, I am getting the following error when I run `. scripts/local_run_exp.sh rs configurations/frostbite_ga.json`, which is the RS experiment ``` Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193,...
Hello People, Log: ``` ~/peatio-trading-ui$ bundle exec rails server -p 4000 WARNING: Use strings for Figaro configuration. false was converted to "false". => Booting Puma => Rails 5.1.6 application starting...
Hello Guys, You may want to consider adding Theorem Prover such as Z3 (https://github.com/Z3Prover/z3)
Hello Developers, May I know the benchmark result between CodeGeeX2 vs MagiCoder? Thanks
Python Version: `Python 3.12.9` PIP: ``` Package Version ------------------------- ----------- accelerate 1.4.0 aiofiles 23.2.1 aiohappyeyeballs 2.4.6 aiohttp 3.11.12 aiosignal 1.3.2 albucore 0.0.13 albumentations 1.4.10 altair 5.5.0 annotated-types 0.7.0 anthropic 0.46.0...